From 5212f6b03583c3aaf69c2ffa6c2ad1247d5f1637 Mon Sep 17 00:00:00 2001 From: Raphael Michel Date: Fri, 13 Jan 2017 15:52:06 +0100 Subject: [PATCH] Fix copy-paste-error --- .../plugins/stripe/templates/pretixplugins/stripe/control.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html b/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html index 635a5de25..70aad8f85 100644 --- a/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html +++ b/src/pretix/plugins/stripe/templates/pretixplugins/stripe/control.html @@ -1,4 +1,4 @@ - url(r'^webhook/$', webhook, name='webhook'),{% load i18n %} +{% load i18n %} {% if payment_info %} {% if order.status == "p" %}