add pinned events
This commit is contained in:
@@ -37,7 +37,7 @@ class MyEventForm(MyPostForm):
|
||||
model = Event
|
||||
fields = [
|
||||
'title', 'subtitle', 'tags', 'image', 'body', 'event_start', 'event_end',
|
||||
'event_place', 'slug', 'author', 'public_date',
|
||||
'event_place', 'slug', 'author', 'public_date', 'is_pinned',
|
||||
]
|
||||
|
||||
widgets = {'body': CKEditorUploadingWidget(config_name='default')}
|
||||
|
||||
Reference in New Issue
Block a user