mirror of
https://github.com/pretix/pretix.git
synced 2026-08-14 11:26:26 +00:00
fix import and missing license-header
This commit is contained in:
committed by
pajowu
parent
fa2009ed03
commit
baf3cf04ec
@@ -42,6 +42,7 @@ from pretix.base.templatetags.rich_text import (
|
||||
markdown_compile_email, truelink_callback,
|
||||
)
|
||||
from pretix.helpers.format import FormattedString, SafeFormatter, format_map
|
||||
from pretix.helpers.ssrf import should_block_access
|
||||
|
||||
from pretix.base.services.placeholders import ( # noqa
|
||||
get_available_placeholders, PlaceholderContext
|
||||
@@ -51,7 +52,6 @@ from pretix.base.services.placeholders import ( # noqa
|
||||
SimpleFunctionalTextPlaceholder as SimpleFunctionalMailTextPlaceholder,
|
||||
)
|
||||
from pretix.base.settings import get_name_parts_localized # noqa
|
||||
from pretix.helpers.ssrf import should_block_access
|
||||
|
||||
logger = logging.getLogger('pretix.base.email')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user