Add help-text

This commit is contained in:
Richard Schreiber
2025-12-16 15:04:09 +01:00
committed by Martin Gross
parent 690b357b17
commit 6f01be0baf

View File

@@ -103,6 +103,7 @@ 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.")
) )
linked_giftcard = models.ForeignKey( linked_giftcard = models.ForeignKey(
GiftCard, GiftCard,