{% extends "public/content.html" %} {% load thumbnail %} {% block headtitle %}My Account{% endblock %} {% block left_content %} {% include "members/partials/locker-tabs.html" with active_tab="account" %} {% endblock %} {% block title %}

My Account

{% endblock %} {% block content %}
{% if current_member.user_type == 'member' %}

Update Details

{% elif current_member.user_type == 'non-member' %}

Update Details

{% endif %}

Update your account details.

Change Password

Change the password you use to login to your account.

{% endblock %}