templates: add maintenance page (#65437)

This commit is contained in:
Emmanuel Cazenave 2022-05-19 14:35:50 +02:00
parent a62abdec67
commit a2e067e5f9
1 changed files with 8 additions and 0 deletions

View File

@ -0,0 +1,8 @@
{% load i18n %}
<html>
<body>
<h1>{% trans "This site is currently unavailable." %}</h1>
<p>{{ maintenance_message|default:"" }}</p>
</body>
</html>