Mercurial > public > sg101
diff forums/forms.py @ 673:92101013d5ac
For issue #28, add a quick search feature for new forum topics.
author | Brian Neal <bgneal@gmail.com> |
---|---|
date | Mon, 27 May 2013 15:04:52 -0500 |
parents | ee87ea74d46b |
children | 71d17d267e27 |
line wrap: on
line diff
--- a/forums/forms.py Sun May 26 13:29:44 2013 -0500 +++ b/forums/forms.py Mon May 27 15:04:52 2013 -0500 @@ -68,7 +68,7 @@ locked. """ name = forms.CharField(label='Subject', max_length=255, - widget=forms.TextInput(attrs={'size': 64})) + widget=forms.TextInput(attrs={'style': 'width:70%'})) body = forms.CharField(label='', required=False, widget=forms.Textarea(attrs={'class': 'markItUp smileyTarget'})) user = None