mirror of
https://github.com/pretix/pretix.git
synced 2026-05-03 14:54:04 +00:00
Widget: Add a compatibility mode for Jimdo
This commit is contained in:
@@ -39,7 +39,7 @@ def redirect_view(request, *args, **kwargs):
|
||||
except signing.BadSignature:
|
||||
return HttpResponseBadRequest('Invalid parameter')
|
||||
|
||||
r = render(request, 'pretixplugins/paypal/redirect.html', {
|
||||
r = render(request, 'pretixplugins/stripe/redirect.html', {
|
||||
'url': url,
|
||||
})
|
||||
r._csp_ignore = True
|
||||
|
||||
Reference in New Issue
Block a user