Book _short_html fix, Fragment _short_html translations
[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     }