lenticular_cloud2/templates/auth/sign_up.html.j2

12 lines
243 B
Plaintext
Raw Normal View History

2020-05-27 19:16:14 +00:00
{% extends 'auth/base.html.j2' %}
{% block title %}{{ gettext('Sign Up') }}{% endblock %}
{% block content %}
{{ render_form(form, onsubmit="return auth.sign_up.submit(this)", action_url=url_for('auth.sign_up_submit')) }}
2020-05-27 19:16:14 +00:00
{% endblock %}