mirror of
https://github.com/pinry/pinry.git
synced 2025-11-14 09:05:41 +01:00
Allow for some branding.
This commit is contained in:
7
pinry/core/context_processors.py
Normal file
7
pinry/core/context_processors.py
Normal file
@@ -0,0 +1,7 @@
|
||||
from django.conf import settings
|
||||
|
||||
|
||||
def template_settings(request):
|
||||
return {
|
||||
'site_name': settings.SITE_NAME,
|
||||
}
|
||||
Reference in New Issue
Block a user