From 929b540753e13248c13e700dcff2608035d2fd7c Mon Sep 17 00:00:00 2001 From: martin Date: Thu, 6 Oct 2016 11:33:15 +0200 Subject: [PATCH] Changed width of TippForm to be able to see the values --- tipp/forms.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tipp/forms.py b/tipp/forms.py index 8b79818..5541ac1 100644 --- a/tipp/forms.py +++ b/tipp/forms.py @@ -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: