Priviliged users can now add tags. Also, some minor cleanups in JS.
[redakcja.git] / platforma / context_processors.py
index db6c98b..4ba9bb7 100644 (file)
@@ -4,5 +4,4 @@
 def settings(request):
     from django.conf import settings
     return {'MEDIA_URL': settings.MEDIA_URL,
-            'STATIC_URL': settings.STATIC_URL,
-            'REDMINE_URL': settings.REDMINE_URL}
+            'STATIC_URL': settings.STATIC_URL}