diff --git a/nested_admin/templates/nesting/admin/inlines/tabular.html b/nested_admin/templates/nesting/admin/inlines/tabular.html index e34e51e..f16a496 100644 --- a/nested_admin/templates/nesting/admin/inlines/tabular.html +++ b/nested_admin/templates/nesting/admin/inlines/tabular.html @@ -13,7 +13,7 @@
{% if inline_admin_formset.is_collapsible %}
{% endif %} -

+

{% if inline_admin_formset.opts.title %}{{ inline_admin_formset.opts.title }}{% else %}{{ inline_admin_formset.opts.verbose_name_plural|capfirst }}{% endif %}

{% if inline_admin_formset.is_collapsible %}
{% endif %}