Remove old django-filter templates (#5465)

This commit is contained in:
Ryan P Kilby 2017-09-29 10:42:24 -04:00 committed by Tom Christie
parent 5c2290d973
commit 018e43e908
2 changed files with 0 additions and 11 deletions

View File

@ -1,6 +0,0 @@
{% load i18n %}
<h2>{% trans "Field filters" %}</h2>
<form class="form" action="" method="get">
{{ filter.form.as_p }}
<button type="submit" class="btn btn-primary">{% trans "Submit" %}</button>
</form>

View File

@ -1,5 +0,0 @@
{% load crispy_forms_tags %}
{% load i18n %}
<h2>{% trans "Field filters" %}</h2>
{% crispy filter.form %}