Changed width of TippForm to be able to see the values
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user