Skip to content

Commit

Permalink
Fantomas42#535 Disabling form for temp fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Wtower authored Apr 7, 2018
1 parent b494930 commit 4eab390
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion zinnia/admin/entry.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ class EntryAdmin(admin.ModelAdmin):
"""
Admin for Entry model.
"""
form = EntryAdminForm
# form = EntryAdminForm
date_hierarchy = 'publication_date'
fieldsets = (
(_('Content'), {
Expand Down

0 comments on commit 4eab390

Please sign in to comment.