{% extends 'scipost/base.html' %} {% load bootstrap %} {% load scipost_extras %} {% block pagetitle %}: request Commentary{% endblock pagetitle %} {% block content %}
{#

For published papers, you can prefill the form (except for domain, subject area and abstract) using the DOI:

#} {#

(give the DOI as 10.[4 to 9 digits]/[string], without prefix, as per the placeholder)

#}
{% csrf_token %} {{ doi_query_form|bootstrap }}
{% csrf_token %} {{ form|bootstrap }}
{% endblock content%}