fix. ajustement. zope-2.13-egg
authorBenoît Pin <pin@cri.ensmp.fr>
Wed, 13 May 2015 12:24:31 +0000 (14:24 +0200)
committerBenoît Pin <pin@cri.ensmp.fr>
Wed, 13 May 2015 12:25:26 +0000 (14:25 +0200)
Products/Plinn/skins/custom_generic/join_form.py
Products/Plinn/skins/custom_generic/join_template.pt

index 3badc16..4e7f6b3 100644 (file)
@@ -42,7 +42,6 @@ if add :
             is_newmember = True
             is_anon = False
         except ValueError, errmsg:
-            raise
             context.setStatus(False, errmsg)
     
 options = {}
index eb33650..a53a6cc 100644 (file)
@@ -84,7 +84,7 @@
               <tr id="login-row"
                   tal:attributes="class python:'hidden' if options['email_as_login'] else nothing">
                 <td colspan="2">
-                  <input type="text" name="member_id"
+                  <input type="text" name="member_id" size="30"
                          placeholder="login" i18n:attributes="placeholder"
                          tal:attributes="value options/member_id|nothing"/>
                 </td>