{% extends "admin/core/base.html" %} {% load foundation %} {% block title %}Edit Revision{% endblock title %} {% block title-section %}Edit Revision{% endblock %} {% block title-sub %}#{{ article.pk }} / {{ article.correspondence_author.last_name }} / {{ article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/review_base.html" with subpage="yes" %}
  • Edit Revision
  • {% endblock breadcrumbs %} {% block body %}
    {% csrf_token %}

    Due Date

    You can edit the due date of the revision request below, mark it as complete, delete it.

    {{ form.date_due }}

    Delete Request

    If you want to delete the revision request, complete the box above, this info will be logged.

    Mark Complete

    Check to mark as complete
    {% endblock body %} {% block js %} {% include "elements/jqte.html" %} {% endblock js %}