src/hp/context_processors.py
changeset 41 b6010b3d6ea8
parent 38 0fe2f3f5466f
--- a/src/hp/context_processors.py	Tue Nov 13 16:37:47 2012 +0100
+++ b/src/hp/context_processors.py	Wed Nov 14 16:29:01 2012 +0100
@@ -5,6 +5,7 @@
 @author: ymh
 '''
 from . import get_version
+from . import settings
 
 def hp_context(request):    
-    return {'VERSION' : get_version()}
\ No newline at end of file
+    return {'VERSION' : get_version(), 'LDT_URL' : settings.LDT_URL, 'LDT_STATIC_URL' : settings.LDT_STATIC_URL}
\ No newline at end of file