{% extends "internal-layout.html" %} {% block title %}Fleeg | {{ user.first_name }} {{ user.last_name }}{% endblock %} {% block content %} {% include 'side-menu.html' %}

Settings

{% if form.errors %}
Update settings failed. Verify message below and try again. {{ form.errors }}
{% elif form %}
Settings updated. You can leave this page without lost information.
{% endif %}
{% include 'account/upload-avatar.html' %}
{% csrf_token %}

Account

Username @{{ settings.username }} E-mail {{ settings.email }}

Personal

First Name Last Name

Security

New Password Confirm Password
{% endblock %}