Skip to content

Commit 720efdc

Browse files
committed
Disable Organisation and Phone prompts for roundup issue tracker.
I edited the installble templates before and not the customized tracker used for roundup. This fixes it.
1 parent 79a1327 commit 720efdc

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
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 tal:condition="python:False">
42+
<tr>
4343
<th i18n:translate="">Phone</th>
4444
<td tal:content="structure context/phone/field">phone</td>
4545
</tr>
46-
<tr tal:condition="python:False">
46+
<tr>
4747
<th i18n:translate="">Organisation</th>
4848
<td tal:content="structure context/organisation/field">organisation</td>
4949
</tr>

website/issues/html/user.register.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,11 +44,11 @@
4444
<input name="roles" tal:attributes="value db/config/NEW_WEB_USER_ROLES">
4545
</td>
4646
</tr>
47-
<tr>
47+
<tr tal:condition="python:False">
4848
<th i18n:translate="">Phone</th>
4949
<td tal:content="structure context/phone/field">phone</td>
5050
</tr>
51-
<tr>
51+
<tr tal:condition="python:False">
5252
<th i18n:translate="">Organisation</th>
5353
<td tal:content="structure context/organisation/field">organisation</td>
5454
</tr>

0 commit comments

Comments
 (0)