Event list

This commit is contained in:
Raphael Michel
2014-09-12 21:32:14 +02:00
parent 9f3fb52cce
commit b2b653e57e
6 changed files with 67 additions and 3 deletions
+2
View File
@@ -1,7 +1,9 @@
from django.conf import settings
from django.core.urlresolvers import resolve
def contextprocessor(request):
return {
'url_name': resolve(request.path_info).url_name,
'settings': settings,
}