stuff on adminpage

This commit is contained in:
2017-10-03 18:31:14 +02:00
parent c21e0d3292
commit 91f210883f
3 changed files with 12 additions and 4 deletions

View File

@@ -55,8 +55,8 @@ class BlogpostForm(ModelForm):
class MandantsForm(forms.Form):
mandants = forms.MultipleChoiceField(
label= "Posten in",
widget=forms.CheckboxSelectMultiple({'checked':'checked'})
label= "Posten in ",
widget=forms.CheckboxSelectMultiple({'checked':'checked'})
)
class UserForm(forms.ModelForm):
@@ -69,3 +69,7 @@ class UserProfileForm(forms.ModelForm):
model = UserProfile
fields = ['avatar']
"""
class LeagueImportForm(forms.Form):
leagues =
"""