diff --git a/context_processors.py b/context_processors.py index 4418487..1ee234c 100644 --- a/context_processors.py +++ b/context_processors.py @@ -8,6 +8,7 @@ available List registered to the current request URL """ domain_lists = [] + domainname = None message = "" if "HTTP_HOST" in request.META.keys() :#TODO only lists of current domains if possible #get the URL