1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-07-04 07:32:15 +02:00

Move templates

This commit is contained in:
Yohann D'ANELLO
2020-09-22 19:40:42 +02:00
parent ae56203970
commit 016398dd8d
13 changed files with 0 additions and 0 deletions

View File

@ -1,10 +0,0 @@
{% extends "base.html" %}
{% comment %}
SPDX-License-Identifier: GPL-3.0-or-later
{% endcomment %}
{% load i18n %}
{% block content %}
<p>{% trans "Thanks for spending some quality time with the Web site today." %}</p>
<p><a href="{% url 'index' %}">{% trans 'Log in again' %}</a></p>
{% endblock %}