forked from CGM_Public/pretix_original
Provide a new API for plugins to add HTML to the <head> of the site
This commit is contained in:
@@ -75,6 +75,7 @@ TEMPLATE_CONTEXT_PROCESSORS = (
|
||||
"django.core.context_processors.tz",
|
||||
"django.contrib.messages.context_processors.messages",
|
||||
'pretix.control.context.contextprocessor',
|
||||
'pretix.presale.context.contextprocessor',
|
||||
)
|
||||
|
||||
ROOT_URLCONF = 'pretix.urls'
|
||||
|
||||
Reference in New Issue
Block a user