This form allows you to quickly create a new reviewer without having to input a full user's data.
{% extends "admin/core/base.html" %} {% load foundation %} {% block title %}Add Review Assignment{% endblock title %} {% block title-section %}Add Review Assignment{% 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" %}
This form allows you to quickly create a new reviewer without having to input a full user's data.