misc: fix reference to new user_urls context processor (#61374)

This commit is contained in:
Frédéric Péters 2022-02-03 08:32:33 +01:00
parent 9f0227c2a3
commit 208428c65b
1 changed files with 1 additions and 1 deletions

View File

@ -14,7 +14,7 @@ exec(open('/usr/lib/hobo/debian_config_common.py').read())
TEMPLATES[0]['OPTIONS']['context_processors'] = [
'hobo.context_processors.template_vars',
'hobo.context_processors.theme_base',
'hobo.context_processors.home_urls',
'hobo.context_processors.user_urls',
] + TEMPLATES[0]['OPTIONS']['context_processors']
MIDDLEWARE = (