fedora-accounts website.py,1.14,1.15

Michael Patrick McGrath (mmcgrath) fedora-extras-commits at redhat.com
Mon Dec 3 14:58:09 UTC 2007


Author: mmcgrath

Update of /cvs/fedora/fedora-accounts
In directory cvs-int.fedora.redhat.com:/home/fedora/mmcgrath/fedora-accounts

Modified Files:
	website.py 
Log Message:
created longer group field for longer groups


Index: website.py
===================================================================
RCS file: /cvs/fedora/fedora-accounts/website.py,v
retrieving revision 1.14
retrieving revision 1.15
diff -u -r1.14 -r1.15
--- website.py	17 Oct 2007 16:43:44 -0000	1.14
+++ website.py	3 Dec 2007 14:58:06 -0000	1.15
@@ -777,7 +777,7 @@
         print '<input type=hidden name=groupname value="%s">' % groupname
         print '<input type=hidden name=name value="%s">' % groupname
     else:
-        print 'Groupname: <input type=text name=groupname maxlength=16><br>'
+        print 'Groupname: <input type=text name=groupname maxlength=64><br>'
     print 'Role type: <select name=role_type size=1>'
     for I in ('user', 'administrator', 'sponsor'):
         print '<option value="%s">%s</option>' % (I, I)




More information about the fedora-extras-commits mailing list