{% load widget_tweaks %}
{% for field in filter.form %}
{{ field|add_class:"form-control form-control-sm" }}
{% endfor %}
Reset