Keine Ahnung / not known
This commit is contained in:
@@ -69,7 +69,9 @@ class UserProfileForm(forms.ModelForm):
|
||||
model = UserProfile
|
||||
fields = ['avatar']
|
||||
|
||||
"""
|
||||
class LeagueImportForm(forms.Form):
|
||||
leagues =
|
||||
"""
|
||||
leagues = forms.ChoiceField(
|
||||
widget=forms.RadioSelect()
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user