Refs #928 -- Allow to regenerate secrets of specific tickets

This commit is contained in:
Raphael Michel
2018-05-31 12:55:06 +02:00
parent 31380bbef2
commit bbb78aa5e6
5 changed files with 27 additions and 0 deletions

View File

@@ -131,6 +131,13 @@
{% trans "Split into new order" %}
</label>
</div>
<div class="radio">
<label>
<input name="{{ position.form.prefix }}-operation" type="radio" value="secret"
{% if position.form.operation.value == "secret" %}checked="checked"{% endif %}>
{% trans "Generate a new secret" %}
</label>
</div>
<div class="radio">
<label>
<input name="{{ position.form.prefix }}-operation" type="radio" value="cancel"