app/soc/templates/soc/user/edit_self.html
changeset 529 7c5ec72cdcf1
parent 512 aae25d2b4464
child 546 850d9a5ad894
equal deleted inserted replaced
528:5e6ae12cc495 529:7c5ec72cdcf1
    14 {% endcomment %}
    14 {% endcomment %}
    15 {% load forms_helpers %}
    15 {% load forms_helpers %}
    16 {% block page_title %}User Profile{% endblock %}
    16 {% block page_title %}User Profile{% endblock %}
    17 {% block header_title %}
    17 {% block header_title %}
    18 {% if user %}
    18 {% if user %}
    19 Modify Existing User Profile for {{ user.nick_name }} <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
    19 Modify Existing User Profile for {{ user.public_name }} <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
    20 {% else %}
    20 {% else %}
    21 Create a New User Profile for <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
    21 Create a New User Profile for <a href="mailto:{{ account.email }} ">&lt;{{ account.email }}&gt;</a>
    22 {% endif %}
    22 {% endif %}
    23 {% endblock %}
    23 {% endblock %}
    24 {% block body %}
    24 {% block body %}
    28 Please use this form to set basic site-wide settings for your participation in Google Open Source Programs.
    28 Please use this form to set basic site-wide settings for your participation in Google Open Source Programs.
    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.nick_name %}
    33   {% field_as_table_row form.public_name %}
    34   {% field_as_table_row form.link_id %}
    34   {% field_as_table_row form.link_id %}
    35   <tr>
    35   <tr>
    36    <td colspan="4">&nbsp;</td>
    36    <td colspan="4">&nbsp;</td>
    37   </tr>
    37   </tr>
    38   </table>
    38   </table>