{% 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" %}
  • Upload File
  • {% endblock breadcrumbs %} {% block body %}
    {% include "elements/forms/generic_errors.html" with errors=errors %}

    Guidelines

    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.

    New File

    Please upload your copy-edited file.

    {% csrf_token %}
    {% endblock body %}