mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Show identifier in list of questions
This commit is contained in:
@@ -40,7 +40,8 @@
|
|||||||
{% if q.pk %}
|
{% if q.pk %}
|
||||||
</a>
|
</a>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
</strong>
|
</strong><br>
|
||||||
|
<small class="text-muted">{{ q.identifier }}</small>
|
||||||
</td>
|
</td>
|
||||||
<td>
|
<td>
|
||||||
{% if q.pk %}
|
{% if q.pk %}
|
||||||
|
|||||||
Reference in New Issue
Block a user