Some templating

This commit is contained in:
Skia
2016-10-04 00:41:08 +02:00
parent deeb2b5b6f
commit 64b4484620
3 changed files with 7 additions and 3 deletions
+1 -1
View File
@@ -10,7 +10,7 @@
<h3>{% trans %}Eticket list{% endtrans %}</h3>
<ul>
{% for t in eticket_list %}
<li><a href="{{ url('counter:edit_eticket', eticket_id=t.id) }}">{{ t }} - {{ t.secret }}</a></li>
<li><a href="{{ url('counter:edit_eticket', eticket_id=t.id) }}">{{ t }}</a> (Hash: <code>{{ t.secret }}</code>)</li>
{% endfor %}
</ul>
{% else %}