lenticular_cloud2/templates/frontend/login.html.j2

12 lines
157 B
Plaintext
Raw Normal View History

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