lenticular_cloud2/templates/auth/login.html.j2

12 lines
153 B
Django/Jinja

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