Fix #878 -- Add multi-event widget

This commit is contained in:
Raphael Michel
2019-03-22 09:18:04 +00:00
parent ca7d55082b
commit 49e706a580
13 changed files with 1096 additions and 168 deletions
+1 -1
View File
@@ -1192,7 +1192,7 @@ class TaxRuleForm(I18nModelForm):
class WidgetCodeForm(forms.Form):
subevent = forms.ModelChoiceField(
label=pgettext_lazy('subevent', "Date"),
required=True,
required=False,
queryset=SubEvent.objects.none()
)
language = forms.ChoiceField(