You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
492 B
13 lines
492 B
<div class="linkSort">
|
|
<p>Сортировать по:</p>
|
|
|
|
{% for val, text in choices %}
|
|
<button type="submit" name="{{ text }}"
|
|
value="{{ val }}">{{ text }}</button>
|
|
{% endfor %}
|
|
|
|
{# <input type="hidden" name="{{ form.last_order_by.html_name }}" value="{{ last_order_by }}">#}
|
|
{# <input type="checkbox" name="{{ form.reverse_order.html_name }}"#}
|
|
{# {% if reverse_order %}checked{% endif %}#}
|
|
{# style="display: none">#}
|
|
</div> |