{% extends "admin/core/base.html" %}} {% load foundation %} {% block title %} {% if identifier %}Edit Identifier - {{ identifier.pk }}{% else %}Add New Identifier{% endif %} {% endblock title %} {% block breadcrumbs %} {{ block.super }}
  • Edit
  • {{ article.safe_title }}
  • Identifiers
  • {% endblock breadcrumbs %} {% block body %}

    {% if identifier %}Edit Identifier - {{ identifier.pk }}{% else %}Add New Identifier{% endif %}

     Back

    Dois should be entered on their ID format, not their URL format

    Example DOI based on pattern for this article: {{ article.render_sample_doi }}

    {% csrf_token %} {% include "elements/forms/errors.html" %} {{ form|foundation }}
    {% endblock body %}