Skip to content

Commit 90ee559

Browse files
committed
black
1 parent d702226 commit 90ee559

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

pretix_dbevent/forms.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,13 @@ class DBEventSettingsForm(SettingsForm):
8282
},
8383
validators=[
8484
PlaceholderValidator(
85-
["{event}", "{booking_url}", "{booking_button}", "{faq_url}", "{event_id}"]
85+
[
86+
"{event}",
87+
"{booking_url}",
88+
"{booking_button}",
89+
"{faq_url}",
90+
"{event_id}",
91+
]
8692
)
8793
],
8894
help_text=_(

0 commit comments

Comments
 (0)