Clean up middleware and context processors.

This commit is contained in:
2013-10-13 16:37:01 +01:00
parent 2a1e59b111
commit 33b5b9d532
2 changed files with 29 additions and 35 deletions

View File

@@ -1,6 +1,6 @@
def igb(request):
return {
ctx = {
'is_igb': request.is_igb,
'is_igb_trusted': request.is_igb_trusted,
}
return ctx