{% extends "base.html" %} {% block content %}

{% block title %}Uživatelský profil{% endblock %}

{% if saved %}

Profil byl upraven.

{% endif %}
{% include "form.html" %}
{% endblock %}