Add custom 503 error page

This commit is contained in:
George Lacey 2021-05-21 19:16:22 +01:00
parent b63de14b8b
commit 89bbe451d5

View File

@ -0,0 +1,4 @@
{% extends "error/error.html" %}
{% block title %}503: Service Unavailable{% endblock %}
{% block error_message %}503: Service Unavailable{% endblock %}