Skip to content

Commit 9a9bb97

Browse files
authored
Merge pull request mrts#4 from alexphelps/master
Add bootstrap support for django-suit v3
2 parents 4a71987 + 1cb808a commit 9a9bb97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_admin_listfilter_dropdown/templates/django_admin_listfilter_dropdown/dropdown_filter.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ <h3>{% blocktrans with title as filter_title %} By {{ filter_title }} {% endbloc
44
<ul class="admin-filter-{{ title|cut:' ' }}">
55
{% if choices|slice:"4:" %}
66
<li>
7-
<select style="width: 95%;"
7+
<select class="form-control" style="width: 95%;margin-left: 2%;"
88
onchange="go_from_select(this.options[this.selectedIndex].value)">
99
{% for choice in choices %}
1010
<option{% if choice.selected %} selected="selected"{% endif %}

0 commit comments

Comments
 (0)