1
0
mirror of https://gitlab.com/animath/si/plateforme.git synced 2025-04-01 20:51:12 +00:00
Emmy D'Anello e77cc558de
Add specific login and logout pages for chat
Signed-off-by: Emmy D'Anello <emmy.danello@animath.fr>
2024-04-29 00:39:32 +02:00

13 lines
364 B
HTML

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