mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-18 20:19:21 +00:00
Clean up middleware and context processors.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
def igb(request):
|
||||
return {
|
||||
ctx = {
|
||||
'is_igb': request.is_igb,
|
||||
'is_igb_trusted': request.is_igb_trusted,
|
||||
}
|
||||
|
||||
return ctx
|
||||
Reference in New Issue
Block a user