Skip to content
Snippets Groups Projects
Commit 30824721 authored by Tanner Prestegard's avatar Tanner Prestegard Committed by GraceDB
Browse files

Move context processors from events app to ligoauth

parent 3d76e9f6
No related branches found
No related tags found
No related merge requests found
from django.conf import settings
def LigoAuthContext(request):
user_is_internal = False
user_is_lvem = False
if request.user:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment