mirror of
https://github.com/pretix/pretix.git
synced 2026-05-06 15:24:02 +00:00
Order change: Warn about actions that might generate a new secret
This commit is contained in:
@@ -1660,6 +1660,7 @@ class OrderChange(OrderView):
|
||||
ctx['fees'] = self.fees
|
||||
ctx['add_formset'] = self.add_formset
|
||||
ctx['other_form'] = self.other_form
|
||||
ctx['use_revocation_list'] = self.request.event.ticket_secret_generator.use_revocation_list
|
||||
return ctx
|
||||
|
||||
def _process_other(self, ocm):
|
||||
|
||||
Reference in New Issue
Block a user