fix stat dropdown
All checks were successful
Django CI/CD / test (push) Successful in 1m16s
Django CI/CD / build-and-push (push) Successful in 2m7s

This commit is contained in:
2024-10-16 18:31:12 +02:00
parent 9992d9c9bd
commit f8d621e710
4 changed files with 14 additions and 2 deletions

View File

@ -84,6 +84,7 @@ TEMPLATES = [
"django.contrib.auth.context_processors.auth",
"django.contrib.messages.context_processors.messages",
"games.views.general.model_counts",
"games.views.general.global_current_year",
],
"builtins": [
"template_partials.templatetags.partials",