dms/templates/evolus/template.html

9 lines
182 B
HTML
Raw Normal View History

2017-09-19 16:25:00 +02:00
{% load crispy_forms_tags %}
<form action="" method="get">
{{ filter.form.as_p }}
<input type="submit" />
</form>
{% for obj in filter.qs %}
{{ obj }}<br />
{% endfor %}