fix a bug

This commit is contained in:
Jean-Marie Favreau 2023-11-09 21:26:33 +01:00
parent 5b439d88b0
commit 0ae51cd30f

View File

@ -301,7 +301,7 @@ class EventCreateView(CreateView):
model = Event
form_class = EventForm
template_name_suffix = "_form"
template_name_suffix = "_create_form"