forked from CGM_Public/pretix_original
Refs #928 -- Show ticket secret in order change form
This commit is contained in:
@@ -78,6 +78,9 @@
|
|||||||
{{ position.custom_error }}
|
{{ position.custom_error }}
|
||||||
</div>
|
</div>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
<p class="help-block">
|
||||||
|
{% trans "Ticket secret:" %} {{ position.secret|slice:":12" }}…
|
||||||
|
</p>
|
||||||
<div class="radio">
|
<div class="radio">
|
||||||
<label>
|
<label>
|
||||||
<input name="{{ position.form.prefix }}-operation" type="radio" value=""
|
<input name="{{ position.form.prefix }}-operation" type="radio" value=""
|
||||||
|
|||||||
Reference in New Issue
Block a user