mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
eticketListView: product id instead of eticket id
This commit is contained in:
parent
f42daa01c5
commit
59511d255f
@ -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> (ID: {{ t.id }} | Hash: <code>{{ t.secret }}</code>)</li>
|
<li><a href="{{ url('counter:edit_eticket', eticket_id=t.id) }}">{{ t }}</a> (ID: {{ t.product.id }} | Hash: <code>{{ t.secret }}</code>)</li>
|
||||||
{% endfor %}
|
{% endfor %}
|
||||||
</ul>
|
</ul>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
Loading…
Reference in New Issue
Block a user