Merge branch 'eticket' into 'master'

[Counter] - add the product ID for every Eticket

See merge request ae/Sith!237
This commit is contained in:
Antoine Bartuccio 2019-09-18 14:42:16 +02:00
commit 5e6b17cd19
1 changed files with 1 additions and 1 deletions

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 }}</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 %}
</ul>
{% else %}