Skip to content

Commit

Permalink
Merge pull request #4 from alexphelps/master
Browse files Browse the repository at this point in the history
Add bootstrap support for django-suit v3
  • Loading branch information
mrts authored Dec 28, 2017
2 parents 4a71987 + 1cb808a commit 9a9bb97
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ <h3>{% blocktrans with title as filter_title %} By {{ filter_title }} {% endbloc
<ul class="admin-filter-{{ title|cut:' ' }}">
{% if choices|slice:"4:" %}
<li>
<select style="width: 95%;"
<select class="form-control" style="width: 95%;margin-left: 2%;"
onchange="go_from_select(this.options[this.selectedIndex].value)">
{% for choice in choices %}
<option{% if choice.selected %} selected="selected"{% endif %}
Expand Down

0 comments on commit 9a9bb97

Please sign in to comment.