From 0d92edb36686143dd8d6215124a0b0b07571361f Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Thu, 2 Feb 2017 15:04:54 +0100 Subject: Display version on footer --- example_project/settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'example_project') diff --git a/example_project/settings.py b/example_project/settings.py index 437c75673..35bd590c8 100644 --- a/example_project/settings.py +++ b/example_project/settings.py @@ -29,7 +29,7 @@ STATIC_URL = '/static/' STATIC_ROOT = ROOT_PATH + 'static/' BASE_URL = "/" URL_PATH = "" -EXTRA_VERSION = '' +EXTRA_VERSION = 'git' ODT_TEMPLATE = ROOT_PATH + "../ishtar_common/static/template.odt" -- cgit v1.2.3