equal
deleted
inserted
replaced
54 be unique and not in use by any other user of the site. |
54 be unique and not in use by any other user of the site. |
55 </td> |
55 </td> |
56 </tr> |
56 </tr> |
57 <tr><td colspan="4"> </td></tr> |
57 <tr><td colspan="4"> </td></tr> |
58 |
58 |
59 {% if tos_link and not user.agreed_to_tos %} |
59 {% if tos_link %} |
|
60 {% if not user.agreed_to_tos %} |
60 <tr> |
61 <tr> |
61 <td> |
62 <td> |
62 {{ tos_contents|safe|linebreaks }} |
63 {{ tos_contents|safe|linebreaks }} |
63 </td> |
64 </td> |
64 </tr> |
65 </tr> |
71 in certain Programs or Groups. Those are agreed to elsewhere on the site, |
72 in certain Programs or Groups. Those are agreed to elsewhere on the site, |
72 when signing up for the specific participation Roles.) |
73 when signing up for the specific participation Roles.) |
73 </td> |
74 </td> |
74 </tr> |
75 </tr> |
75 <tr><td colspan="4"> </td></tr> |
76 <tr><td colspan="4"> </td></tr> |
|
77 {% else %} |
|
78 {% field_as_table_row form.agreed_to_tos_on %} |
76 {% endif %} |
79 {% endif %} |
77 |
80 {% endif %} |
78 </table> |
81 </table> |
79 <table> |
82 <table> |
80 <tr> |
83 <tr> |
81 {% block submit_buttons %} |
84 {% block submit_buttons %} |
82 <td> |
85 <td> |