lenticular_cloud2/templates/frontend/login_auth.html.j2

14 lines
195 B
Django/Jinja

{% extends 'frontend/base.html.j2' %}
{% block title %}{{ gettext('Login') }}{% endblock %}
{% block content %}
{% for form in forms %}
{{ render_form(form) }}
{% endfor %}
{% endblock %}