Skip to content

Commit

Permalink
Update backend/theme/admin.py
Browse files Browse the repository at this point in the history
Co-authored-by: Drikus Roor <drikusroor@gmail.com>
  • Loading branch information
BeritJanssen and drikusroor authored May 5, 2024
1 parent 76e1863 commit 71bdbae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/theme/admin.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FooterConfigInline(admin.StackedInline):
fields = ['disclaimer', 'logos', 'privacy']


class HeadefConfigInline(admin.StackedInline):
class HeaderConfigInline(admin.StackedInline):
model = HeaderConfig
fields = ['show_score']

Expand Down

0 comments on commit 71bdbae

Please sign in to comment.