Skip to content

Commit

Permalink
Merge pull request #257 from codingdavinci/lucyWMDE-patch-1
Browse files Browse the repository at this point in the history
reordered dataset filter categories
  • Loading branch information
Snater authored Sep 26, 2020
2 parents 03be00e + 826416a commit c8c61b3
Showing 1 changed file with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -12,19 +12,19 @@
{% endif %}
<div class="form--inline clearfix row">
<div class="col-12">
{{ form.object_type }}
</div>
<div class="col-12">
{{ form.theme }}
{{ form.event }}
</div>
<fieldset class="col-12 collapsible">
<legend class="{% if not show_secondary_options %}collapsed{% endif %}" role="button" data-toggle="collapse" data-target="#data-sets--secondary-filters" aria-controls="data-sets--secondary-filters">zusätzliche Filter</legend>
<div id="data-sets--secondary-filters" class="{% if show_secondary_options %}show{% endif %} collapse row">
<div class="col-12">
{{ form.object_type }}
</div>
<div class="col-12">
{{ form.license }}
</div>
<div class="col-12">
{{ form.event }}
{{ form.theme }}
</div>
<div class="col-12">
{{ form.institution }}
Expand Down

0 comments on commit c8c61b3

Please sign in to comment.