We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d8bf995 commit 059d3c0Copy full SHA for 059d3c0
adminlteui/templates/admin/filter.html
@@ -1,11 +1,10 @@
1
{% load i18n %}
2
3
-<div class="col-md-1">
+<div class="col-md-1" style="padding-right: 0">
4
<div class="form-group">
5
- <select class="form-control select2 select2-hidden-accessible" style="width: 100%;" tabindex="-1" aria-hidden="true">
+ <select class="form-control select2 select2-hidden-accessible" style="width: 100%;" tabindex="-1" aria-hidden="true" data-name="{{spec.lookup_kwarg}}">
6
<option value="">{{ title }}</option>
7
<option value="">------</option>
8
- {{new_choices}}
9
{% for choice in new_choices %}
10
<option data-name="{{ choice.name }}" value="{{ choice.value }}" {% if choice.selected %} selected {% endif %}>{{ choice.display }}</option>
11
{% endfor %}
0 commit comments