To upload a file, select it using one of the "Choose file" buttons, then upload it with the "Upload file" button. You can add a label to help the editor identify the file.
{% extends "admin/core/base.html" %} {% load static %} {% block title %}Copyedit for {{ copyedit.article.title }}{% endblock title %} {% block title-section %}Copyedit{% endblock %} {% block title-sub %}{{ copyedit.article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/copyeditor_base.html" %}