mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-17 08:15:52 +00:00
251 B
251 B
{% extends "base.html" %}
{% import 'bootstrap/wtf.html' as wtf %}
{% block app_content %}
{% endblock %}
Edit Profile
{{ wtf.quick_form(form) }}