X-Git-Url: http://git.ithinksw.org/philo.git/blobdiff_plain/b8334054d908e8c49bdbd8ac28ab2c9e7b37a937..ee5fbe5df5817578911fbf0c2e1fc2698e701b73:/templates/admin/philo/edit_inline/grappelli_tabular_container.html diff --git a/templates/admin/philo/edit_inline/grappelli_tabular_container.html b/templates/admin/philo/edit_inline/grappelli_tabular_container.html index 59aba8f..621fea6 100644 --- a/templates/admin/philo/edit_inline/grappelli_tabular_container.html +++ b/templates/admin/philo/edit_inline/grappelli_tabular_container.html @@ -20,12 +20,13 @@ {% endfor %}{% endspaceless %} {% endfor %} {% for form in inline_admin_formset.formset.forms %} -
+
{{ form.non_field_errors }} - -
+
{% for field in form %} {% if not field.is_hidden %} + {% comment %}This will be true for one field: the content/content reference{% endcomment %} +
{{ field }} {{ field.errors }}