{% extends "admin/core/base.html" %} {% load static %} {% block title %}Replacing Article File for {{ copyedit.article.title }}{% endblock title %} {% block title-section %}Replacing Article File for {{ copyedit.article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/copyeditor_base.html" %} {% endblock breadcrumbs %} {% block body %} {% csrf_token %}

Upload Guidelines

{% if error %} {% endif %}

You are reviewing copyediting of article #{{ copyedit.article.pk }}, {{ copyedit.article.safe_title }}.

Add a label, select a file and use the Upload and Continue button to upload the file.

Upload Replacement File

{% csrf_token %}

Current File

Label File Name
{{ file.label }}  {{ file }}
{% endblock body %} {% block js %} {% endblock %}