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 #378 from aldryn/feature/move-article-lead-in-from…
Browse files Browse the repository at this point in the history
…-advanced-settings

Article admin: minor fields rearrangement, move lead_in from advanced settings
  • Loading branch information
Kirill Kniazev committed Apr 11, 2016
2 parents f976f78 + ed03959 commit 1ea2cd9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions aldryn_newsblog/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -106,8 +106,9 @@ class ArticleAdmin(
'author',
'publishing_date',
'is_published',
'featured_image',
'is_featured',
'featured_image',
'lead_in',
)
}),
('Meta Options', {
Expand All @@ -122,7 +123,6 @@ class ArticleAdmin(
('Advanced Settings', {
'classes': ('collapse',),
'fields': (
'lead_in',
'tags',
'categories',
'related',
Expand Down

0 comments on commit 1ea2cd9

Please sign in to comment.