Private
Public Access
1
0

auto refresh using ajax in virtualevents_view

This commit is contained in:
Sander Roosendaal
2018-04-22 15:56:14 +02:00
parent 98ab345151
commit e6ddf80b6c
4 changed files with 87 additions and 28 deletions

View File

@@ -763,6 +763,7 @@ class VirtualRaceSelectForm(forms.Form):
choices = get_countries()
)
def __init__(self, *args, **kwargs):
super(VirtualRaceSelectForm, self).__init__(*args, **kwargs)
self.fields['country'] = forms.ChoiceField(