{% extends "admin/core/base.html" %} {% load static %} {% block title %}Request Author Copyedit{% endblock %} {% block title-section %} Request Author Copyedit #{{ 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 %}

    3. Notify the Author

    You can send a message to the author or skip it.

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