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

Please Register


{{ form.csrf_token }} {{ form.hidden_tag() }} {{ wtf.form_errors(form, hiddens="only") }}
{{ wtf.form_field(form.email) }} {{ wtf.form_field(form.password) }} {{ wtf.form_field(form.confirm) }}

Already have an account? Sign in.

{% endblock content %}