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 aa171375e5
commit 8b4da52760
3 changed files with 4 additions and 4 deletions

View File

@ -238,6 +238,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",