commit | 396f6081c61674bcff58bcd52255af0385973b09 | [log] [tgz] |
---|---|---|
author | Scott Baker <smbaker@gmail.com> | Wed Feb 18 16:50:19 2015 -0800 |
committer | Scott Baker <smbaker@gmail.com> | Wed Feb 18 16:50:19 2015 -0800 |
tree | 3f023506500df6a91985d693ec78e0fa908faa7a | |
parent | 4d8a63897ed6fcadd3e414fecd99121bc9ba8655 [diff] [blame] |
rename context processor
diff --git a/planetstack/core/context_processors.py b/planetstack/core/context_processors.py index 9cfcaa6..5933352 100644 --- a/planetstack/core/context_processors.py +++ b/planetstack/core/context_processors.py
@@ -2,7 +2,7 @@ from core.models import Site -def planetstack(request): +def xos(request): allSites = [] for site in Site.objects.all(): allowNewUsers = True # replace with logic for blessing sites for registration, if necessary