X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/e9952e20295fdd1703c43ac55e18727b03f3c4ac..ee5fbe5df5817578911fbf0c2e1fc2698e701b73:/templates/admin/philo/page/add_form.html diff --git a/templates/admin/philo/page/add_form.html b/templates/admin/philo/page/add_form.html index 8937463..b2a6358 100644 --- a/templates/admin/philo/page/add_form.html +++ b/templates/admin/philo/page/add_form.html @@ -2,12 +2,13 @@ {% load i18n %} {% 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