{% extends "admin/core/base.html" %} {% load static %} {% block title %}Revisions for {{ revision_request.article.title }}{% endblock title %} {% block title-section %}Revisions 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 %}

    Submission 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

    {% if error %} {% endif %}

    Please upload your new file.

    {% csrf_token %}
    {% endblock body %}