From 77e75a4967fb0ce4af622ded1dabf112591c3550 Mon Sep 17 00:00:00 2001 From: paulmwatson Date: Thu, 5 Dec 2024 17:50:10 +0200 Subject: [PATCH] Missing image breaks admin --- .../admin_additions/templates/admin/edit_inline/tabular.html | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pombola/admin_additions/templates/admin/edit_inline/tabular.html b/pombola/admin_additions/templates/admin/edit_inline/tabular.html index 70933ab46..77c55c1a0 100644 --- a/pombola/admin_additions/templates/admin/edit_inline/tabular.html +++ b/pombola/admin_additions/templates/admin/edit_inline/tabular.html @@ -9,8 +9,7 @@

{{ inline_admin_formset.opts.verbose_name_plural|capfirst }}

{% for field in inline_admin_formset.fields %} {% if not field.widget.is_hidden %} - {{ field.label|capfirst }} - {% if field.help_text %} ({{ field.help_text|striptags }}){% endif %} + {{ field.label|capfirst }} {% endif %} {% endfor %}