{% load compress %}{% load argonauts %}{% load staticfiles %}{% load widgy_tags %} {% comment %} Hitting return in a form clicks its first button. Without this dummy button, the first button in the form would be a widget's delete button. So instead of submitting the form as expected, would delete a widget! The button can't be `display: none` because then it won't be used. name=_continue makes 'Save and continue editing' the default behavior in the admin center. {% endcomment %} {% compress css %} {% for scss_file in site.admin_scss_files %} {% endfor %} {% endcompress %} {% if html_name %} {% endif %} {% block widgy_container %}
{% endblock %} {% compress js %} {% endcompress %}