File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
admin_numeric_filter/templates/admin Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 1010
1111 < h3 > {% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktrans %}</ h3 >
1212
13- {% if choice.min and choice.max and choice.step %}
13+ {% if choice.min is not None and choice.max is not None and choice.step %}
1414 < div class ="admin-numeric-filter-slider-tooltips ">
1515 < span class ="admin-numeric-filter-slider-tooltip-from "> {{ choice.value_from }}</ span >
1616 < span class ="admin-numeric-filter-slider-tooltip-to "> {{ choice.value_to }}</ span >
@@ -32,4 +32,4 @@ <h3>{% blocktrans with filter_title=title %}By {{ filter_title }}{% endblocktran
3232 </ div > <!-- /.admin-numeric-filter-slider-error -->
3333 {% endif %}
3434 </ form >
35- {% endwith %}
35+ {% endwith %}
You can’t perform that action at this time.
0 commit comments