mirror of
https://github.com/nikdoof/django-eveigb.git
synced 2025-12-18 12:09:21 +00:00
Initial import
This commit is contained in:
6
eveigb/context_processors.py
Normal file
6
eveigb/context_processors.py
Normal file
@@ -0,0 +1,6 @@
|
||||
def igb(request):
|
||||
return {
|
||||
'is_igb': request.is_igb,
|
||||
'is_igb_trusted': request.is_igb_trusted,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user