{% extends "base.html" %} {% block head %} {{ super() }} {% endblock %} {% block title %}DNS Control Panel - User Profile{% endblock %} {% block dashboard_stat %}

User Profile

{% endblock %} {% block content %}
Cancel
{% if current_user.avatar %} {% else %} {% endif %}
Select image Change
NOTE!  Only support .PNG, .JPG, .JPEG. Best size is 200x200.
{% if not current_user.password %} Your account password is managed via LDAP which isn't supported to change here. {% else %}
{% endif %}
{% endblock %} {% block scripts %} {{ super() }} {% endblock %}