exampletest / app /templates /edit_profile.html
Nasma's picture
Upload 81 files
e612d7f verified
raw
history blame contribute delete
171 Bytes
{% extends "base.html" %}
{% import "bootstrap_wtf.html" as wtf %}
{% block content %}
<h1>{{ _('Edit Profile') }}</h1>
{{ wtf.quick_form(form) }}
{% endblock %}