{% extends "admin/core/base.html" %} {% load static %} {% block title %}Delete Author Copyedit Request{% endblock %} {% block title-section %} Delete Author Copyedit Request #{{ author_review.id }} {% endblock %} {% block title-sub %}#{{ article.pk }} / {{ article.correspondence_author.last_name }} / {{ article.safe_title }}{% endblock %} {% block breadcrumbs %} {{ block.super }} {% include "elements/breadcrumbs/copyediting_base.html" %}
  • Review Copyediting
  • {% endblock breadcrumbs %} {% block body %}

    Delete Author Copyedit Request

    To delete this Author Copyedit Request, review the message below and, if needed, add a reason for the deletion. You can skip sending the email, this is particularly useful if you have not yet notified the author of the review request.

    {% include 'admin/elements/email_form.html' with form=form skip=1 %}
    {% endblock %} {% block js %} {{ block.super}} {{ form.media.js }} {% endblock js %}