Skip to content

Commit

Permalink
fix missing forms in grid layout
Browse files Browse the repository at this point in the history
  • Loading branch information
mrf7777 committed Oct 15, 2023
1 parent bcf27e0 commit 190efb2
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion furfolio/templates/furfolio/form_templates/grid.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
<strong>Errors:</strong>
{{ errors }}
</div>
{% endif %}

<div class="mb-3">
{% for field in form.visible_fields %}
Expand All @@ -26,4 +27,3 @@
</div>
</div>
</div>
{% endif %}
1 change: 0 additions & 1 deletion furfolio/templates/furfolio/users/user_list.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,6 @@
{% load static %}

{% block content %}

<form method="get" class="mb-3">
{{ search_form }}
</form>
Expand Down

0 comments on commit 190efb2

Please sign in to comment.