mirror of
https://github.com/pretix/pretix.git
synced 2026-05-05 15:14:04 +00:00
Merge branch 'master' of github.com:pretix/pretix
This commit is contained in:
@@ -232,7 +232,3 @@ class ImportView(EventPermissionRequiredMixin, TemplateView):
|
||||
row['class'] = 'warning'
|
||||
row['message'] = _('Order has been refunded')
|
||||
return data
|
||||
|
||||
@method_decorator(sensitive_post_parameters)
|
||||
def dispatch(self, *args, **kwargs):
|
||||
return super().dispatch(*args, **kwargs)
|
||||
|
||||
Reference in New Issue
Block a user