This commit is contained in:
Unknown
2018-02-01 15:05:53 +01:00
parent 1476a88d88
commit 4d3e8e6b53
11 changed files with 244 additions and 117 deletions

View File

@@ -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 %}