dms/templates/evolus/template.html

7 lines
152 B
HTML
Raw Normal View History

<form action="" method="get">
{{ filter.form.as_p }}
<input type="submit" />
</form>
{% for obj in filter.qs %}
{{ obj }}<br />
{% endfor %}