{% extends "admin/change_form.html" %} {% load admin_urls i18n pipeline %} {% block scripts-post %} {{block.super}} {% javascript 'repositoryform' %} {% endblock scripts-post %} {% block form-alerts %} {% include "admin/repository_confirmations.html" with form=adminform.form %} {{block.super}} {% endblock form-alerts %} {% block form_top %} {% comment %} This tricks the browser into autofilling this field and not subsequent fields. Since there's no name=, nothing will be sent to the server. {% endcomment %}
{% endblock form_top %}