mirror of
https://github.com/TandoorRecipes/recipes.git
synced 2026-01-01 04:10:06 -05:00
forms
This commit is contained in:
@@ -13,15 +13,14 @@
|
||||
</div>
|
||||
<div class="card-body">
|
||||
<form action="" method="get">
|
||||
{% crispy filter.form %}
|
||||
<input type="submit"/>
|
||||
{{ filter.form|crispy }}
|
||||
<input class="btn btn-primary" type="submit"/>
|
||||
</form>
|
||||
</div>
|
||||
</div>
|
||||
{% endif %}
|
||||
<br/>
|
||||
|
||||
|
||||
{% if recipes %}
|
||||
{% render_table recipes %}
|
||||
{% else %}
|
||||
|
||||
Reference in New Issue
Block a user