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 %}{{ error }}
{% endif %}
{% 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" %}