{% extends 'base.html' %} {% import '_wtfhelpers.html' as wtf %} {% block content %}

Register

{{ wtf.quick_form(register_user_form, field_order=['username'], button_map={'submit': 'primary'}) }} {% endblock %}