mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 14:13:21 +00:00
Merge branch 'eticket' into 'master'
[Counter] - add the product ID for every Eticket See merge request ae/Sith!237
This commit is contained in:
commit
5e6b17cd19
@ -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