{% extends "base.html" %} {% import 'bootstrap/wtf.html' as wtf %} {% block app_content %}

Edit user info

User id {{ user.username }}
User email address {{ user.email }}
{{ wtf.quick_form(form) }}

here are your edit user info options

Back

{% endblock %}