{% extends "admin/core/base.html" %} {% load foundation i18n %} {% load static %} {% block title %}{% trans "Journal Description for Press Site" %}{% endblock title %} {% block admin-header %}{% trans "Journal Description for Press Site" %}{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • {% trans "Manager" %}
  • {% trans "Edit" %} {{ journal.name }}{% trans "'s Description for Press Site" %}
  • {% endblock %} {% block body %}

    {% trans "Edit" %} {{ journal.name }}{% trans "'s Description for Press Site" %}

    Go Back

    {% trans "Here you can add a press-specific description of the journal that will be used on the journal list page. If this is left empty, the journal's main description is used." %}

    {% csrf_token %} {{ form.as_p }}
    {% endblock body %}