plateforme-tfjm2/tfjm/templates/registration/login.html

13 lines
364 B
HTML
Raw Normal View History

{% extends request.content_only|yesno:"empty.html,base.html" %}
2020-12-27 10:49:54 +00:00
{% comment %}
SPDX-License-Identifier: GPL-2.0-or-later
{% endcomment %}
{% load i18n %}
2020-12-27 10:49:54 +00:00
{% block title %}{% trans "Log in" %}{% endblock %}
{% block content-title %}<h1>{% trans "Log in" %}</h1>{% endblock %}
2020-12-27 10:49:54 +00:00
{% block content %}
{% include "registration/includes/login.html" %}
2020-12-27 10:49:54 +00:00
{% endblock %}