Priviliged users can now add tags. Also, some minor cleanups in JS.
[redakcja.git] / platforma / context_processors.py
1 # -*- coding: utf-8
2
3
4 def settings(request):
5     from django.conf import settings
6     return {'MEDIA_URL': settings.MEDIA_URL,
7             'STATIC_URL': settings.STATIC_URL}