app/soc/templates/soc/user/edit.html
changeset 482 839740b061ad
parent 481 94834a1e6c01
child 512 aae25d2b4464
equal deleted inserted replaced
481:94834a1e6c01 482:839740b061ad
    12 See the License for the specific language governing permissions and
    12 See the License for the specific language governing permissions and
    13 limitations under the License.
    13 limitations under the License.
    14 {% endcomment %}
    14 {% endcomment %}
    15 {% load forms_helpers %}
    15 {% load forms_helpers %}
    16 {% block header_title %}
    16 {% block header_title %}
    17  {{ page.short_name }}
    17  {{ page_name }}
    18  {% if existing_user %}
    18  {% if existing_user %}
    19 for {{ existing_user.nick_name }}
    19 for {{ existing_user.nick_name }}
    20 <a href="mailto:{{ existing_user.account.email }} ">&lt;{{ existing_user.account.email }}&gt;</a>
    20 <a href="mailto:{{ existing_user.account.email }} ">&lt;{{ existing_user.account.email }}&gt;</a>
    21  {% endif %}
    21  {% endif %}
    22 {% endblock %}
    22 {% endblock %}