Allow for some branding.

This commit is contained in:
Isaac Bythewood
2012-07-25 01:58:40 +00:00
parent a178144da4
commit add91eabbc
3 changed files with 13 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
from django.conf import settings
def template_settings(request):
return {
'site_name': settings.SITE_NAME,
}