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

Register


{{ wtf.quick_form(form) }}

Already have an account? Sign in.

{% endblock %}