Publication button works, but need better error messages.
[redakcja.git] / platforma / context_processors.py
index 4ba9bb7..db6c98b 100644 (file)
@@ -4,4 +4,5 @@
 def settings(request):
     from django.conf import settings
     return {'MEDIA_URL': settings.MEDIA_URL,
-            'STATIC_URL': settings.STATIC_URL}
+            'STATIC_URL': settings.STATIC_URL,
+            'REDMINE_URL': settings.REDMINE_URL}