Keine Ahnung / not known

This commit is contained in:
2018-06-22 15:03:25 +02:00
parent 91f210883f
commit 2fa6dd0709
3 changed files with 29 additions and 21 deletions

View File

@@ -69,7 +69,9 @@ class UserProfileForm(forms.ModelForm):
model = UserProfile
fields = ['avatar']
"""
class LeagueImportForm(forms.Form):
leagues =
"""
leagues = forms.ChoiceField(
widget=forms.RadioSelect()
)