Mercurial > p > roundup > code
comparison 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 |
comparison
equal
deleted
inserted
replaced
| 6113:7dffa7a5c047 | 6114:aae0c29ca35d |
|---|---|
| 42 tal:content="structure context/roles/field">roles</td> | 42 tal:content="structure context/roles/field">roles</td> |
| 43 <td tal:condition="not:exists:item"> | 43 <td tal:condition="not:exists:item"> |
| 44 <input name="roles" tal:attributes="value db/config/NEW_WEB_USER_ROLES"> | 44 <input name="roles" tal:attributes="value db/config/NEW_WEB_USER_ROLES"> |
| 45 </td> | 45 </td> |
| 46 </tr> | 46 </tr> |
| 47 <tr> | 47 <tr tal:condition="python:False"> |
| 48 <th i18n:translate="">Phone</th> | 48 <th i18n:translate="">Phone</th> |
| 49 <td tal:content="structure context/phone/field">phone</td> | 49 <td tal:content="structure context/phone/field">phone</td> |
| 50 </tr> | 50 </tr> |
| 51 <tr> | 51 <tr tal:condition="python:False"> |
| 52 <th i18n:translate="">Organisation</th> | 52 <th i18n:translate="">Organisation</th> |
| 53 <td tal:content="structure context/organisation/field">organisation</td> | 53 <td tal:content="structure context/organisation/field">organisation</td> |
| 54 </tr> | 54 </tr> |
| 55 <tr> | 55 <tr> |
| 56 <th class="required" i18n:translate="">E-mail address</th> | 56 <th class="required" i18n:translate="">E-mail address</th> |
