Skip to content

Commit e7eb220

Browse files
committed
Don't display Organiation or Phone on registration form.
We don't need them for registration. They are still available if the user edits their entry. People that are using them can change the fields, or add them if it is useful.
1 parent 747da33 commit e7eb220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

share/roundup/templates/classic/html/user.register.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,11 +39,11 @@
3939
<input name="roles" tal:attributes="value db/config/NEW_WEB_USER_ROLES">
4040
</td>
4141
</tr>
42-
<tr>
42+
<tr tal:condition="python:False">
4343
<th i18n:translate="">Phone</th>
4444
<td tal:content="structure context/phone/field">phone</td>
4545
</tr>
46-
<tr>
46+
<tr tal:condition="python:False">
4747
<th i18n:translate="">Organisation</th>
4848
<td tal:content="structure context/organisation/field">organisation</td>
4949
</tr>

0 commit comments

Comments
 (0)