forked from CGM_Public/pretix_original
Instance name in title tag
This commit is contained in:
@@ -0,0 +1,6 @@
|
||||
from django.conf import settings
|
||||
|
||||
def contextprocessor(request):
|
||||
return {
|
||||
'settings': settings,
|
||||
}
|
||||
Reference in New Issue
Block a user