Spaces:
Runtime error
Runtime error
File size: 171 Bytes
e612d7f |
1 2 3 4 5 6 7 8 |
{% extends "base.html" %}
{% import "bootstrap_wtf.html" as wtf %}
{% block content %}
<h1>{{ _('Edit Profile') }}</h1>
{{ wtf.quick_form(form) }}
{% endblock %}
|