Skip to content
This repository has been archived by the owner on Oct 29, 2019. It is now read-only.

Commit

Permalink
Merge pull request #377 from aldryn/bugfix/updates-published-form-fields
Browse files Browse the repository at this point in the history
don't float published fields
  • Loading branch information
lory87 committed Apr 8, 2016
2 parents 242e3cd + 4eac7df commit f976f78
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion aldryn_newsblog/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ class ArticleAdmin(
'fields': (
'title',
'author',
('publishing_date', 'is_published'),
'publishing_date',
'is_published',
'featured_image',
'is_featured',
)
Expand Down

0 comments on commit f976f78

Please sign in to comment.