Skip to content

Commit

Permalink
Merge branch 'feature/admin-filters' into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
abidibo committed Dec 3, 2020
2 parents 2b93ff9 + f1b6855 commit 3ffdb50
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
2 changes: 1 addition & 1 deletion baton/static/baton/app/dist/baton.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion baton/static/baton/app/dist/baton.min.js.map

Large diffs are not rendered by default.

4 changes: 4 additions & 0 deletions baton/static/baton/app/src/styles/_changelist.scss
Original file line number Diff line number Diff line change
Expand Up @@ -207,6 +207,10 @@
font-size: $h3-size;
margin-top: 1rem;
padding: 0 1rem;

&:first-child {
margin-top: 0;
}
}

ul {
Expand Down
1 change: 1 addition & 0 deletions testapp/app/news/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ class NewsAdmin(admin.ModelAdmin):
TitleFilter,
('category', RelatedDropdownFilter, ),
'date',
'published',
)
inlines = [AttachmentsInline, VideosInline]
date_hierarchy = 'date'
Expand Down

0 comments on commit 3ffdb50

Please sign in to comment.