{% extends 'base.html' %} {% load admin_urls static render_bundle_csp %} {% block meta_title %}{{ page_title }}{% endblock meta_title %} {% block extrascript %} {# jQuery required for autocomplete widget #} {% render_bundle_csp "annotation" "js" %} {% endblock %} {% block main %}

{{ page_title }}

Select scholarship record

{{ form.media }}
{% csrf_token %}
{{ form }}
{# TODO: add convenience link to an unpublished source where the currently logged in user is the sole author #}

Scholarship record not yet in the database?

Add a new source record, then return to this page.

{% endblock %}