{% extends 'base.html' %} {% load admin_urls static render_bundle_csp %} {% block meta_title %}{{ page_title }}{% endblock meta_title %} {% block extrastyle %} {{ block.super }} {% render_bundle_csp "annotation" "css" %} {% endblock %} {% block extrascript %} {# jQuery required for autocomplete widget #} {% render_bundle_csp "annotation" "js" %} {% endblock %} {% block main %}
Add a new source record, then return to this page.
{% endblock %}