{% extends 'base.html' %} {% block body %} {{ super() }} {% include 'navbar.html' %}
{{ formr.csrf_token }} {{ formr.email(class_="form-control settings_change bg-dark",placeholder="Email") }}
{{ formp.csrf_token }} {{ formp.oldpassword(class_="form-control settings_change changepassword bg-dark",placeholder="Stare hasło") }}
{{ formp.password(class_="form-control settings_change changepassword bg-dark",placeholder="Nowe hasło") }}
{{ formo.csrf_token }} {{ formo.description(class_="form-control bg-dark settings_change",placeholder="Opis") }}
{% endblock %}