{% extends "admin/core/base.html" %} {% load i18n %} {% load foundation %} {% block title %}{{ preprint.title|striptags }}{% endblock %} {% block title-section %}{{ request.repository.object_name }} #{{ preprint.pk }} - {{ preprint.title|safe }}{% endblock %} {% block title-sub %}You can view the metadata of your article, its recent views and downloads and upload new versions of the preprint.{% endblock %} {% block breadcrumbs %}
  • {{ request.repository.object_name }} Dashboard
  • {{ preprint.title|safe }}
  • Update Preprint
  • {% endblock %} {% block body %}

    Update Preprint

    {% csrf_token %} {% include "admin/elements/forms/errors.html" with form=version_form %} {% include "admin/elements/forms/errors.html" with form=file_form %} {{ version_form|foundation }} {% if file_form %} {{ file_form|foundation }} {% endif %}

    Help

    • Once you add your update it will need to be approved by one of the repository managers.
    • {% if request.repository.limit_upload_to_pdf and action != "metadata_correction" %}
    • {{ request.repository.name }} limits upload types to PDF.
    • {% endif %} {% if action == "metadata_correction" %}
    • As you've selected Metadata Correction you cannot upload a new file version.
    • {% endif %}
    {% endblock %}