src/p4l/context_processors.py
changeset 120 6ec0300b626e
child 126 a345f1a67bf1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/src/p4l/context_processors.py	Sat Sep 28 02:55:26 2013 +0200
@@ -0,0 +1,4 @@
+from p4l import get_version
+
+def version(request):
+    return { 'VERSION': get_version() }