Merge pull request #1949 from evbevz/header_advanced

Default form: ability to hide header under 'advanced' tag
This commit is contained in:
Ad Schellevis 2017-11-29 18:50:32 +01:00 committed by GitHub
commit f3d8b484d3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -90,7 +90,7 @@ data_title : data-title to set on form
<col class="col-md-5"/>
</colgroup>
<thead>
<tr>
<tr {% if field['advanced']|default(false)=='true' %} data-advanced="true"{% endif %}>
<th colspan="3"><h2>{{field['label']}}</h2></th>
</tr>
</thead>