Skip to content

Commit

Permalink
Show only one form at a time
Browse files Browse the repository at this point in the history
  • Loading branch information
hmpf committed Sep 18, 2024
1 parent 9ceaae2 commit 8f44e37
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions python/nav/web/templates/seeddb/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,11 @@
{% else %}
<div class="row">
<div class="medium-6 column">
{# {% if filter_form.no_crispy %} #}
{% if filter_form.no_crispy %}
{% include "seeddb/_filter_form.html" with attrs=filter_form.no_crispy %}
{# {% else %} #}
{% else %}
{% crispy filter_form %}
{# {% endif %} #}
{% endif %}
</div>
</div>
{% endif %}
Expand Down

0 comments on commit 8f44e37

Please sign in to comment.