Ticket #670: public domain countdown problems under IE7, fixed.
[wolnelektury.git] / wolnelektury / context_processors.py
1
2 def extra_settings(request):
3     from django.conf import settings
4     return {
5         'STATIC_URL': settings.STATIC_URL,
6     }