Skip to content

Commit

Permalink
Remove hidden h3 element from tabular inline
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexHill committed Feb 3, 2016
1 parent 17e6880 commit 9efec36
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion grappelli_safe/templates/admin/edit_inline/tabular.html
Expand Up @@ -27,7 +27,6 @@ <h2>{{ inline_admin_formset.opts.verbose_name_plural|capfirst }}</h2>
{% if inline_admin_form.form.non_field_errors %}
<div>{{ inline_admin_form.form.non_field_errors }}</div>
{% endif %}
<h3 style="display: none;"><b>{{ inline_admin_formset.opts.verbose_name|title }} #{{ forloop.counter }}</b>&nbsp;&nbsp;{% if inline_admin_form.original %} {{ inline_admin_form.original }}{% endif %}</h3>
<!-- hidden fields -->
{% spaceless %}
{% for fieldset in inline_admin_form %}
Expand Down

0 comments on commit 9efec36

Please sign in to comment.