mirror of
https://github.com/pretix/pretix.git
synced 2026-05-07 15:34:02 +00:00
Remove useless translation tag
This commit is contained in:
@@ -148,7 +148,7 @@ class TaxRuleLogEntryType(EventLogEntryType):
|
|||||||
|
|
||||||
|
|
||||||
class WaitingListEntryLogEntryType(EventLogEntryType):
|
class WaitingListEntryLogEntryType(EventLogEntryType):
|
||||||
object_link_wrapper = _('{val}')
|
object_link_wrapper = '{val}'
|
||||||
object_link_viewname = 'control:event.orders.waitinglist'
|
object_link_viewname = 'control:event.orders.waitinglist'
|
||||||
content_type = WaitingListEntry
|
content_type = WaitingListEntry
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user