X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/e06925fc9be46b2c07863440212600b2e7ecb597..82b08f79564159d7acbcaf255ed1ac1fb4882e64:/templates/admin/philo/page/add_form.html?ds=sidebyside diff --git a/templates/admin/philo/page/add_form.html b/templates/admin/philo/page/add_form.html index 67f6ec4..b2a6358 100644 --- a/templates/admin/philo/page/add_form.html +++ b/templates/admin/philo/page/add_form.html @@ -1,29 +1,14 @@ {% extends "admin/change_form.html" %} {% load i18n %} -{% block extrahead %}{{ block.super }} - - -{% endblock %} - {% block form_top %} -
{% trans "First, choose a template. After saving, you'll be able to provide additional content for containers." %}
- + {% if not is_popup %} +{% trans "First, choose a template. After saving, you'll be able to provide additional content for containers." %}
+ {% else %} +{% trans "Choose a template" %}
+ {% endif %} {% endblock %} -{% block content %} -{% with 0 as save_on_top %} -{{ block.super }} -{% endwith %} +{% block after_field_sets %} + {% endblock %} \ No newline at end of file