Skip to content

Commit

Permalink
Added block fieldset. Refs #5825
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas Fiala committed Jun 3, 2010
1 parent 6f1be63 commit 8216df9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ella/newman/templates/newman/edit_inline/stacked.html
Expand Up @@ -25,7 +25,9 @@
{% if inline_admin_form.form.non_field_errors %}{{ inline_admin_form.form.non_field_errors }}{% endif %}

{% for fieldset in inline_admin_form %}
{% block fieldset %}
{% include "newman/includes/fieldset.html" %}
{% endblock %}
{% endfor %}
{{ inline_admin_form.pk_field.field }}
{{ inline_admin_form.fk_field.field }}
Expand Down

0 comments on commit 8216df9

Please sign in to comment.