Mercurial > p > roundup > code
diff website/issues/html/user.register.html @ 6114:aae0c29ca35d
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.
| author | John Rouillard <rouilj@ieee.org> |
|---|---|
| date | Fri, 28 Feb 2020 23:27:59 -0500 |
| parents | f63a2b15e628 |
| children | 370cc9052239 |
line wrap: on
line diff
--- a/website/issues/html/user.register.html Fri Feb 28 23:06:39 2020 -0500 +++ b/website/issues/html/user.register.html Fri Feb 28 23:27:59 2020 -0500 @@ -44,11 +44,11 @@ <input name="roles" tal:attributes="value db/config/NEW_WEB_USER_ROLES"> </td> </tr> - <tr> + <tr tal:condition="python:False"> <th i18n:translate="">Phone</th> <td tal:content="structure context/phone/field">phone</td> </tr> - <tr> + <tr tal:condition="python:False"> <th i18n:translate="">Organisation</th> <td tal:content="structure context/organisation/field">organisation</td> </tr>
