{% extends "admin/core/base.html" %} {% load static %} {% block title %}Replacing Article File for {{ revision_request.article.title }}{% endblock title %} {% block title-section %}Replacing Article File for {{ revision_request.article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/review_base.html" with subpage="yes" %}
  • Revisions for {{ revision_request.article.safe_title }}
  • Replace File
  • {% endblock breadcrumbs %} {% block body %} {% csrf_token %}

    Upload Guidelines

    You are revising article #{{ article.pk }}, {{ article.safe_title }}.

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

    {% if error %} {% endif %}
    {% csrf_token %}

    Upload Revised File


    Current File

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