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

@@ -206,6 +206,7 @@ class OrderPositionChangeForm(forms.Form):
('subevent', 'Change event date'),
('cancel', 'Remove product'),
('split', 'Split into new order'),
('secret', 'Regenerate secret'),
)
)