|
@ -14,7 +14,6 @@ |
|
|
</div> |
|
|
</div> |
|
|
|
|
|
|
|
|
{% block detail_content %} |
|
|
{% block detail_content %} |
|
|
{# TODO replace fieldset for something semantically correct, but with similar visual grouping style #} |
|
|
|
|
|
{% for fieldset in view.fieldsets %} |
|
|
{% for fieldset in view.fieldsets %} |
|
|
<h2 class="legend">{{ fieldset.legend }}</h2> |
|
|
<h2 class="legend">{{ fieldset.legend }}</h2> |
|
|
{% for row in fieldset.rows %} |
|
|
{% for row in fieldset.rows %} |
|
|