app/soc/templates/soc/user/edit_profile.html
changeset 1543 60e0a164a867
parent 1457 9fd31955cc49
child 1978 a8810c038500
equal deleted inserted replaced
1542:9de71e8890e7 1543:60e0a164a867
    28 Please use this form to set basic site-wide settings for your participation in {{ site_name }}.
    28 Please use this form to set basic site-wide settings for your participation in {{ site_name }}.
    29 {% endblock %}
    29 {% endblock %}
    30 </p>
    30 </p>
    31 <form method="POST">
    31 <form method="POST">
    32  <table>
    32  <table>
       
    33   {% field_as_table_row form.link_id %}
       
    34 {% if not user %}
       
    35   <tr>
       
    36    <td class="fieldhelptext" colspan="4">
       
    37 This <i>Link ID</i> is used throughout the site when creating various URL
       
    38 links related to you and content you create.  As a result, it may only
       
    39 consist of lower ASCII characters, digits, and underscores.  Also, it must
       
    40 be unique and not in use by any other user of the site.<br>
       
    41 <br>
       
    42 <div style="text-align: center; font-size: 14pt;"><b>The Link ID can NOT be changed.</b></div>
       
    43 <br>
       
    44    </td>
       
    45   </tr>
       
    46   <tr><td colspan="4">&nbsp;</td></tr>
       
    47   {% else %}
       
    48     </td>
       
    49   </tr>
       
    50   {% endif %}
       
    51 
    33   {% field_as_table_row form.name %}
    52   {% field_as_table_row form.name %}
    34   <tr>
    53   <tr>
    35    <td class="fieldhelptext" colspan="4">
    54    <td class="fieldhelptext" colspan="4">
    36 While you can use your real name, like <tt>First Last</tt>, please
    55 While you can use your real name, like <tt>First Last</tt>, please
    37 keep in mind that this public name will be used as your alias
    56 keep in mind that this public name will be used as your alias
    39 document ownership, and the like.  You can change this public name at any
    58 document ownership, and the like.  You can change this public name at any
    40 time.<br>
    59 time.<br>
    41 <br>
    60 <br>
    42 <b><i>Please</i> do not <i>use your real name if you are a minor (not an
    61 <b><i>Please</i> do not <i>use your real name if you are a minor (not an
    43 adult) where you live.</i></b>
    62 adult) where you live.</i></b>
    44    </td>
       
    45   </tr>
       
    46   <tr><td colspan="4">&nbsp;</td></tr>
       
    47 
       
    48   {% field_as_table_row form.link_id %}
       
    49   <tr>
       
    50    <td class="fieldhelptext" colspan="4">
       
    51 This <i>Link ID</i> is used throughout the site when creating various URL
       
    52 links related to you and content you create.  As a result, it may only
       
    53 consist of lower ASCII characters, digits, and underscores.  Also, it must
       
    54 be unique and not in use by any other user of the site.
       
    55    </td>
    63    </td>
    56   </tr>
    64   </tr>
    57   <tr><td colspan="4">&nbsp;</td></tr>
    65   <tr><td colspan="4">&nbsp;</td></tr>
    58 
    66 
    59 {% if tos_link %}
    67 {% if tos_link %}