added sitename to templates, temporarily hardcoded in views.py; should come from config
svn: r19579
This commit is contained in:
@@ -95,6 +95,7 @@ def context_processor(request):
|
||||
context["menu"] = MENU
|
||||
context["True"] = True
|
||||
context["False"] = False
|
||||
context["sitename"] = "Example Family Tree"
|
||||
context["default"] = ""
|
||||
return context
|
||||
|
||||
|
Reference in New Issue
Block a user