app/soc/templates/soc/user/edit_profile.html
changeset 1076 063194eaf87b
parent 1043 5e15994b2033
child 1164 d0e14654431a
equal deleted inserted replaced
1075:4fd9b11fba56 1076:063194eaf87b
    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">&nbsp;</td></tr>
    57   <tr><td colspan="4">&nbsp;</td></tr>
    58 
    58 
    59 {% if tos_link %}
    59 {% if tos_link and not user.agreed_to_tos %}
    60   {% field_as_table_row form.agrees_to_tos %}
    60 <tr>
       
    61   <td>
       
    62       {{ tos_contents|safe|linebreaks }}
       
    63   </td>
       
    64 </tr>
       
    65   {% field_as_table_row form.agreed_to_tos %}
    61   <tr>
    66   <tr>
    62    <td class="fieldhelptext" colspan="4">
    67    <td class="fieldhelptext" colspan="4">
    63 In order to participate on this site, you must agree to the
    68 In order to participate on this site, you must agree to the
    64 <a href="{{tos_link}}">site-wide Terms of Service</a>.<br><br>
    69 <a href="{{tos_link}}">site-wide Terms of Service</a>.<br><br>
    65 (There may also be additional Terms of Service specific to participation
    70 (There may also be additional Terms of Service specific to participation