fix a bug
This commit is contained in:
parent
5b439d88b0
commit
0ae51cd30f
@ -301,7 +301,7 @@ class EventCreateView(CreateView):
|
||||
model = Event
|
||||
|
||||
form_class = EventForm
|
||||
template_name_suffix = "_form"
|
||||
template_name_suffix = "_create_form"
|
||||
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user