2017-09-14 17:48:56 +00:00
|
|
|
{% extends "base.html" %}
|
2017-09-27 06:43:28 +00:00
|
|
|
{% import "bootstrap_wtf.html" as wtf %}
|
2017-09-14 17:48:56 +00:00
|
|
|
|
|
|
|
{% block content %}
|
2017-09-30 07:21:17 +00:00
|
|
|
<h1>{{ _('Edit Profile') }}</h1>
|
2017-09-27 06:43:28 +00:00
|
|
|
{{ wtf.quick_form(form) }}
|
2017-09-14 17:48:56 +00:00
|
|
|
{% endblock %}
|