X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/0835c42da3f8daa85194a246c143032943af9bcf..b8334054d908e8c49bdbd8ac28ab2c9e7b37a937:/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 a200165..b2a6358 100644 --- a/templates/admin/philo/page/add_form.html +++ b/templates/admin/philo/page/add_form.html @@ -2,6 +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 after_field_sets %} + +{% endblock %} \ No newline at end of file