mirror of
https://github.com/pretix/pretix.git
synced 2026-05-17 17:14:04 +00:00
fix flake8
This commit is contained in:
@@ -103,7 +103,10 @@ class ReusableMedium(LoggedModel):
|
|||||||
OrderPosition,
|
OrderPosition,
|
||||||
related_name='linked_media',
|
related_name='linked_media',
|
||||||
verbose_name=_('Linked tickets'),
|
verbose_name=_('Linked tickets'),
|
||||||
help_text=_("If you link to more than one ticket, make sure there is no overlap in validity. If multiple tickets are valid at once, this will lead to failed check-ins.")
|
help_text=_(
|
||||||
|
'If you link to more than one ticket, make sure there is no overlap in validity. '
|
||||||
|
'If multiple tickets are valid at once, this will lead to failed check-ins.'
|
||||||
|
)
|
||||||
)
|
)
|
||||||
linked_giftcard = models.ForeignKey(
|
linked_giftcard = models.ForeignKey(
|
||||||
GiftCard,
|
GiftCard,
|
||||||
|
|||||||
Reference in New Issue
Block a user