equal
deleted
inserted
replaced
26 Please use this form to look up an existing User in Google Open Source Programs. |
26 Please use this form to look up an existing User in Google Open Source Programs. |
27 {% endblock %} |
27 {% endblock %} |
28 </p> |
28 </p> |
29 <form method="POST"> |
29 <form method="POST"> |
30 <table> |
30 <table> |
|
31 {% if found_user %} |
|
32 {% readonly_field_as_table_row "Id" found_user.id %} |
|
33 {% endif %} |
31 {% if email_error %} |
34 {% if email_error %} |
32 <tr> |
35 <tr> |
33 <td> </td> |
36 <td> </td> |
34 <td colspan="3" class="formfielderror"> |
37 <td colspan="3" class="formfielderror"> |
35 {{ email_error }} |
38 {{ email_error }} |