{% extends "users/index.html" %} {% block title %}Profile Page{% endblock title %} {% block content %}

Uživatelské údaje

{% csrf_token %}
{{ user_form.username }}
{{ user_form.email }}
Change Password
{{ profile_form.bio }}
{% endblock content %}