Skip to content
Snippets Groups Projects
Commit 53344d31 authored by Benjamin Hättasch's avatar Benjamin Hättasch
Browse files

Show link to status page in event edit view

parent 42e58a8c
No related branches found
No related tags found
1 merge request!122Show link to status page in event edit view
Pipeline #95574 passed
......@@ -35,6 +35,7 @@ class EventAdmin(admin.ModelAdmin):
list_filter = ['active']
list_editable = ['active']
ordering = ['-start']
readonly_fields = ['status_url']
def add_view(self, request, form_url='', extra_context=None):
# Always use wizard to create new events (the built-in form wouldn't work anyways since the timezone cannot
......
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