{% extends "admin/core/base.html" %} {% load foundation %} {% load static %} {% block title %}Press Preprints{% endblock title %} {% block admin-header %}Press Preprints{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Manager
  • Journal Home Settings
  • Preprints Block
  • {% endblock %} {% block body %}
    {% if request.press.enable_preprints and not request.journal %}

    Preprints Home Settings

    If you enable random homepage preprints it will over-write any preprints selected from homepage preprints

    {% csrf_token %} {{ form|foundation }}
    {% endif %} {% if request.journal %}

    This is only available to the Press.

    {% endif %}
    {% endblock body %} {% block js %} {% include "elements/jqte.html" %} {% endblock js %}