{% extends "admin/core/base.html" %} {% load static %} {% load foundation %} {% block title %}Submission Configurator{% endblock %} {% block title-section %}Submission Configurator{% endblock %} {% block title-sub %}Control journal submission fields{% endblock %} {% block breadcrumbs %} {{ block.super }}
  • Manager
  • Submission Configurator
  • {% endblock %} {% block body %}

    Here you can configure the submission system fields. Any unchecked field will not display during the submission process. You should set a default license, language and section so that these fields can be configured when the fields are not being used.

    {% include "elements/translations/form_tabs.html" with object=configuration %} {% include "elements/forms/errors.html" %} {% csrf_token %} {{ form|foundation }}
    {% endblock %}