{% extends "admin/core/base.html" %} {% load static %} {% load settings %} {% block css %}{% endblock %} {% block title-sub %}#{{ article.pk }} / {{ article.correspondence_author.last_name }} / {{ article.safe_title }}{% endblock %} {% block body %}

Editor Assignment

Notify the Editor

Notify the Editor

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

To {{ editor.full_name }}

From {{ request.user.full_name }}
{% include "admin/elements/email_form.html" with form=form skip=1 %}
{% endblock body %} {% block js %} {{ block.super }} {{ form.media.js }} {% endblock js %}