web/ldt/utils/context_processors.py
changeset 0 cc4a51750724
child 103 55d0e4f54b2b
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/web/ldt/utils/context_processors.py	Sat Jun 12 04:25:05 2010 +0200
@@ -0,0 +1,4 @@
+from django.conf import settings
+
+def ldt(request):
+    return {'LDT_MEDIA_PREFIX': settings.LDT_MEDIA_PREFIX }