[Oi-commits] r1132 - trunk/st

oi-commits at pardus.org.tr oi-commits at pardus.org.tr
Thu Mar 13 14:01:26 EET 2008


Author: jnmbk
Date: Thu Mar 13 14:01:25 2008
New Revision: 1132

Modified:
   trunk/st/forms.py
Log:
Allow longer comments

Modified: trunk/st/forms.py
=================================================================
--- trunk/st/forms.py	(original)
+++ trunk/st/forms.py	Thu Mar 13 14:01:25 2008
@@ -13,4 +13,4 @@
 
 class CommentForm(forms.Form):
     """ The comment thingy add validation please..."""
-    yorum=XssField(label="Yorum",required=True,max_length=100,widget=forms.Textarea(attrs={'rows': '20', 'cols': '60',}))
+    yorum=XssField(label="Yorum",required=True,max_length=1000,widget=forms.Textarea(attrs={'rows': '20', 'cols': '60',}))


More information about the Oi-commits mailing list