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

Register

{{ wtf.quick_form(form, button_map={'submit': 'primary'})) }}
{% endblock %}