{% extends "admin/core/base.html" %}} {% block title %}Permission Denied{% endblock title %} {% block admin-header %}Permission Denied{% 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" %}
  • Review Warning
  • {% endblock breadcrumbs %} {% block body %}

    Security Warning

    Janeway has detected that you are the author of this paper, so we have stopped you from accessing the review section.

    You can over-ride this security step, if you are a staff member. NB. This will be logged and emailed to the other Editors.

    {% if request.user.is_staff %}
    {% csrf_token %}
    {% else %}

    You are not a staff member.

    {% endif %}
    {% endblock %}