cleanup and dependency updates + new nav

This commit is contained in:
vabene1111
2019-11-19 19:59:53 +01:00
parent 52b9cba93c
commit 8eca629410
28 changed files with 9194 additions and 15404 deletions

View File

@@ -21,7 +21,7 @@
<div class="card-body">
<form action="" method="get" id="search_form">
{{ filter.form|crispy }}
<input class="btn btn-primary" type="submit"/>
<input class="btn btn-primary" type="submit" value="{% trans 'Search' %}"/>
<a href="#" onclick="window.location = window.location.pathname;"
class="btn btn-warning">{% trans 'Reset' %}</a>
<a href="{% url 'new_recipe' %}" class="btn btn-success">{% trans 'New' %}</a>