Skip to content
Snippets Groups Projects
Unverified Commit d0d01373 authored by Tom Teichler's avatar Tom Teichler :beers:
Browse files

Fix initial value. Closes #79.

parent 9cb98367
No related branches found
No related tags found
No related merge requests found
......@@ -399,7 +399,7 @@ def edit_event(request, cn):
# Prepare the form
initial = {
'cn': current_event.cn,
'cn': current_event.cn[8:],
'display_name': current_event.display_name,
'description': current_event.description,
'l': current_event.l,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment