Merge branch 'master' of github.com:pretix/pretix

This commit is contained in:
Raphael Michel
2015-08-20 21:53:51 +02:00
3 changed files with 6 additions and 6 deletions

View File

@@ -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)