Skip to content

Commit

Permalink
Merge branch 'master' of github.com:jrief/django-admin-sortable2
Browse files Browse the repository at this point in the history
  • Loading branch information
jrief committed Sep 14, 2017
2 parents ef2b029 + 8fe02ab commit 3e14545
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion adminsortable2/templates/adminsortable2/tabular.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
<div class="inline-group sortable" id="{{ inline_admin_formset.formset.prefix }}-group">
<div class="tabular inline-related {% if forloop.last %}last-related{% endif %}">
{{ inline_admin_formset.formset.management_form }}
<fieldset class="module">
<fieldset class="module {{ inline_admin_formset.classes }}">
<h2>{{ inline_admin_formset.opts.verbose_name_plural|capfirst }}</h2>
{{ inline_admin_formset.formset.non_form_errors }}
<table>
Expand Down

0 comments on commit 3e14545

Please sign in to comment.