{% extends 'scipost/base.html' %} {% block pagetitle %}: Create funding info metadata{% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% load bootstrap %} {% block content %}

Create funding info metadata page for {{ publication.doi_label }}

The following field is prefilled with the current funding info of the Publication object. Once you submit, it will overwrite the current funding info, shown below.


{% csrf_token %} {{ form|bootstrap }} Back to Admin

Current funding info metadata:

{{ publication.metadata.funding_statement|linebreaksbr }}

{% endblock %}