lenticular_cloud2/templates/auth/login.html.j2

12 lines
153 B
Plaintext
Raw Normal View History

{% extends 'auth/base.html.j2' %}
2020-05-09 18:00:07 +00:00
{% block title %}{{ gettext('Login') }}{% endblock %}
{% block content %}
{{ render_form(form) }}
2020-05-09 18:00:07 +00:00
{% endblock %}