Make navigation more compact

This commit is contained in:
2023-11-02 09:52:42 +01:00
parent 71b90b8202
commit d6fb16bb74
5 changed files with 74 additions and 13 deletions

View File

@ -68,6 +68,7 @@ TEMPLATES = [
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
"games.views.model_counts",
"games.views.stats_dropdown_year_range",
],
},
},