Fix key error on copy_from (PRETIXEU-9NR) (#3868)

This commit is contained in:
Phin Wolkwitz
2024-02-08 17:34:24 +01:00
committed by GitHub
parent 7cae0ceab8
commit e261ce7554
2 changed files with 2 additions and 2 deletions

View File

@@ -245,7 +245,7 @@ class QuotaForm(I18nModelForm):
'event': self.event.slug,
'organizer': self.event.organizer.slug,
}),
'data-placeholder': _('All products')
'data-placeholder': _('No products')
},
choices=choices,
)