Fix commit variable in conf.py

privacy-backends
Eric Holscher 2014-08-26 08:08:46 -07:00
parent 0f087dff34
commit a64a06a7f0
1 changed files with 1 additions and 1 deletions

View File

@ -85,7 +85,7 @@ context = {
'source_suffix': SUFFIX,
'user_analytics_code': '{{ project.analytics_code|default_if_none:'' }}',
'global_analytics_code': '{{ settings.GLOBAL_ANALYTICS_CODE }}',
'commit': 'commit,'
'commit': '{{ commit }}',
}
if 'html_context' in globals():
html_context.update(context)