1
0
mirror of https://gitlab.com/animath/si/plateforme-corres2math.git synced 2025-06-21 06:38:23 +02:00

Move templates in app directory

This commit is contained in:
Yohann D'ANELLO
2020-11-02 11:06:03 +01:00
parent 4975d4ddb7
commit 7a8d05c58a
13 changed files with 1 additions and 1 deletions

View File

@ -0,0 +1,8 @@
{% extends "base.html" %}
{% load i18n %}
{% block content %}
<h1>{% trans "Server error" %}</h1>
{% blocktrans %}Sorry, an error occurred when processing your request. An email has been sent to webmasters with the detail of the error, and this will be fixed soon. You can now watch some videos.{% endblocktrans %}
{% endblock %}