mirror of
https://github.com/pretix/pretix.git
synced 2026-05-08 15:44:02 +00:00
Fix copy-paste-error
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
url(r'^webhook/$', webhook, name='webhook'),{% load i18n %}
|
{% load i18n %}
|
||||||
|
|
||||||
{% if payment_info %}
|
{% if payment_info %}
|
||||||
{% if order.status == "p" %}
|
{% if order.status == "p" %}
|
||||||
|
|||||||
Reference in New Issue
Block a user