src/hp/context_processors.py
changeset 38 0fe2f3f5466f
child 41 b6010b3d6ea8
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/hp/context_processors.py	Tue Nov 13 16:20:34 2012 +0100
@@ -0,0 +1,10 @@
+# -*- coding: utf-8 -*-
+'''
+Created on Nov 11, 2012
+
+@author: ymh
+'''
+from . import get_version
+
+def hp_context(request):    
+    return {'VERSION' : get_version()}
\ No newline at end of file