meeat/templates/date_vote_fragment.html

7 lines
178 B
HTML
Raw Normal View History

2022-11-05 09:51:32 +01:00
{% for d in dates %}
<div class="sort-item">
{{ d.display or d.date }}
<input type="hidden" name="date" value="{{d.id}}">
</div>
{% endfor %}