wundertile/app/templates/auth/register.html
2019-04-24 17:51:45 +02:00

8 lines
181 B
HTML

{%- from 'macros/quick_form.html' import quick_form %}
{% extends 'base.html' %}
{% block body %}
<h1>Register</h1>
{{ quick_form(form, url_for('auth.register')) }}
{% endblock %}