mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
[Counter] - add the product ID for every Eticket
This commit is contained in:
parent
411c117f0f
commit
8232ff59a0
@ -10,7 +10,7 @@
|
|||||||
<h3>{% trans %}Eticket list{% endtrans %}</h3>
|
<h3>{% trans %}Eticket list{% endtrans %}</h3>
|
||||||
<ul>
|
<ul>
|
||||||
{% for t in eticket_list %}
|
{% for t in eticket_list %}
|
||||||
<li><a href="{{ url('counter:edit_eticket', eticket_id=t.id) }}">{{ t }}</a> (Hash: <code>{{ t.secret }}</code>)</li>
|
<li><a href="{{ url('counter:edit_eticket', eticket_id=t.id) }}">{{ t }}</a> (ID: {{ t.id }} | Hash: <code>{{ t.secret }}</code>)</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user