Added optional links to the order in emails

This commit is contained in:
Raphael Michel
2016-08-04 17:55:12 +02:00
parent 43b10a4f12
commit 39ada8954e
2 changed files with 16 additions and 2 deletions

View File

@@ -3,6 +3,7 @@ import warnings
from django.apps import apps
from django.conf.urls import include, url
from pretix.presale.urls import (
event_patterns, locale_patterns, organizer_patterns,
)