1
1
mirror of https://github.com/encode/django-rest-framework.git synced 2025-07-22 06:00:08 +03:00

Remove old django-filter templates ()

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
rest_framework/templates/rest_framework/filters

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 %}