added searching for ingredients

This commit is contained in:
vabene1111
2020-02-18 23:16:05 +01:00
parent 2e7e4b23dd
commit 4843568d10
2 changed files with 16 additions and 12 deletions

View File

@@ -46,6 +46,9 @@
<div>
{{ filter.form.keywords | as_crispy_field }}
</div>
<div>
{{ filter.form.ingredients | as_crispy_field }}
</div>
</div>
</div>
</form>