Fix duplicate call of form_success

This commit is contained in:
Raphael Michel
2020-08-05 15:18:40 +02:00
parent 2839ee1ffd
commit 0e245b41ee

View File

@@ -444,7 +444,6 @@ class EventSettingsFormView(EventPermissionRequiredMixin, DecoupleMixin, FormVie
if form.is_valid():
form.save()
self._save_decoupled(form)
self.form_success()
if form.has_changed():
self.request.event.log_action(
'pretix.event.settings', user=self.request.user, data={