Skip to content

Commit

Permalink
Remove crispy partially from seeddb list template
Browse files Browse the repository at this point in the history
This applies to filters with more than two filter fields
Those are VlanFilterForm and NetboxFilterForm
  • Loading branch information
johannaengland committed Oct 3, 2024
1 parent c20129a commit 9496f40
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/nav/web/templates/seeddb/list.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{% if filter_form.attrs %}
{% include 'custom_crispy_templates/flat_form.html' with form=filter_form %}
{% else %}
{% crispy filter_form %}
{{ filter_form }}
{% endif %}
{% else %}
<div class="row">
Expand Down

0 comments on commit 9496f40

Please sign in to comment.