diff --git a/files/routes/jinja2.py b/files/routes/jinja2.py index 2f97a83b9..d808077e1 100644 --- a/files/routes/jinja2.py +++ b/files/routes/jinja2.py @@ -132,6 +132,6 @@ def inject_constants(): "PAGE_SIZES":PAGE_SIZES, "THEMES":THEMES, "COMMENT_SORTS":COMMENT_SORTS, "SORTS":SORTS, "TIME_FILTERS":TIME_FILTERS, "HOUSES":HOUSES, "TIERS_ID_TO_NAME":TIERS_ID_TO_NAME, "DEFAULT_CONFIG_VALUE":DEFAULT_CONFIG_VALUE, "IS_LOCALHOST":IS_LOCALHOST, "BACKGROUND_CATEGORIES":BACKGROUND_CATEGORIES, "PAGE_SIZE":PAGE_SIZE, "TAGLINES":TAGLINES, "IS_FISTMAS":IS_FISTMAS, "get_alt_graph":get_alt_graph, "current_registered_users":current_registered_users, - "gitref":git_head(), + "git_head":git_head, "BIO_FRIENDS_ENEMIES_LENGTH_LIMIT":BIO_FRIENDS_ENEMIES_LENGTH_LIMIT, } diff --git a/files/templates/sidebar_WPD.html b/files/templates/sidebar_WPD.html index 81a5f157a..4de6b6c0e 100644 --- a/files/templates/sidebar_WPD.html +++ b/files/templates/sidebar_WPD.html @@ -83,7 +83,7 @@
- Live commit: {{gitref[0]}} + Live commit: {{git_head()[0]}}
diff --git a/files/templates/sidebar_rDrama.html b/files/templates/sidebar_rDrama.html index 98e6490bb..5817d3274 100644 --- a/files/templates/sidebar_rDrama.html +++ b/files/templates/sidebar_rDrama.html @@ -71,7 +71,7 @@

- Live commit: {{gitref[0]}} + Live commit: {{git_head()[0]}}