[beers] Fix a few more display stuffs

This commit is contained in:
2024-10-22 17:58:39 -04:00
parent ddfddc33f5
commit 9f8465d364
3 changed files with 10 additions and 0 deletions

View File

@ -27,6 +27,7 @@ class ScrobbleInline(admin.TabularInline):
"mood",
"brickset",
"trail",
"beer",
"web_page",
"life_event",
"user",
@ -123,6 +124,7 @@ class ScrobbleAdmin(admin.ModelAdmin):
"mood",
"brickset",
"trail",
"beer",
"web_page",
"life_event",
)