{% extends "base_site.html" %} {% block main %}

{{ gettext('These files are added to the repository') }}:

{{ form.csrf }} {{ form.files }} {{ form.confirm }}
{% endblock %} {% block js %} (function() { var cancel_redirect_url = "{{ url_for('index') }}"; $("button.button-cancel").click(function() { document.location = cancel_redirect_url; }) })(); {% endblock %}