lenticular_cloud2/templates/auth/sign_up.html.j2
2020-05-27 21:16:14 +02:00

12 lines
155 B
Django/Jinja

{% extends 'auth/base.html.j2' %}
{% block title %}{{ gettext('Sign Up') }}{% endblock %}
{% block content %}
{{ render_form(form) }}
{% endblock %}