Fix accidentally commited settings changes

This commit is contained in:
Raphael Michel
2020-07-01 10:26:13 +02:00
parent 27ed9ae4fd
commit fb92d500be

View File

@@ -719,5 +719,3 @@ OAUTH2_PROVIDER = {
'ROTATE_REFRESH_TOKEN': False,
}
TEMPLATES[0]['DIRS'].insert(0, '../pretixeu/pretixeu/pretixeu/templates')
TEMPLATES[0]['OPTIONS']['context_processors'].append('pretixeu.billing.context.contextprocessor')