misc: move station and audio_streams to context_processors (in order to have them available in accounts views)

This commit is contained in:
2023-11-13 13:41:16 +01:00
parent 3759d54c2d
commit f3335116e2
4 changed files with 4 additions and 6 deletions

View File

@ -237,6 +237,7 @@ TEMPLATES = [
"django.template.context_processors.static",
"django.template.context_processors.tz",
"django.contrib.messages.context_processors.messages",
"aircox.context_processors.station",
),
"loaders": (
"django.template.loaders.filesystem.Loader",