meeat/templates/time_vote_fragment.html

7 lines
178 B
HTML
Raw Normal View History

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