{% extends 'scipost/base.html' %} {% block pagetitle %}: add author to publication{% endblock pagetitle %} {% block breadcrumb %} {% endblock %} {% load scipost_extras %} {% load bootstrap %} {% block content %}

Add author to publication

{% include 'partials/journals/publication_li_content.html' with publication=publication %}

Current list of authors


Add another author

{% csrf_token %} {{ form|bootstrap }}

Not found?

Then you can add the required Profile and come back to this page.

Return to the publication's page or to the general metadata management page.

{% endblock content %} {% block footer_script %} {{ block.super }} {{ form.media }} {% endblock footer_script %}