Changed width of TippForm to be able to see the values

This commit is contained in:
2016-10-06 11:33:15 +02:00
parent b44d31d128
commit 929b540753

View File

@@ -45,8 +45,8 @@ class TippForm(forms.Form):
'role': 'form'
}
))
tippTeam1.widget.attrs['style'] = "width:35px"
tippTeam2.widget.attrs['style'] = "width:35px"
tippTeam1.widget.attrs['style'] = "width:45px"
tippTeam2.widget.attrs['style'] = "width:45px"
class BlogpostForm(ModelForm):
class Meta: