debian: correctly append hobo..statics_hash in context processors (#19578)

This commit is contained in:
Thomas NOËL 2017-10-30 23:42:31 +01:00
parent 3fce425269
commit 4a2c08cf67
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ execfile('/usr/lib/hobo/debian_config_common.py')
INSTALLED_APPS = ('hobo.agent.combo', ) + INSTALLED_APPS
# add statics_hash context processor
TEMPLATES[0]['OPTIONS']['context_processors'] += 'hobo.context_processors.statics_hash'
TEMPLATES[0]['OPTIONS']['context_processors'].append('hobo.context_processors.statics_hash')
#
# local settings