added sitename to templates, temporarily hardcoded in views.py; should come from config

svn: r19579
This commit is contained in:
Doug Blank
2012-05-18 20:05:07 +00:00
parent 93a57457da
commit c6db40a14d
8 changed files with 16 additions and 15 deletions

View File

@@ -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