Add custom 503 error page
This commit is contained in:
parent
b63de14b8b
commit
89bbe451d5
4
borgweb/templates/503.html
Normal file
4
borgweb/templates/503.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{% extends "error/error.html" %}
|
||||||
|
|
||||||
|
{% block title %}503: Service Unavailable{% endblock %}
|
||||||
|
{% block error_message %}503: Service Unavailable{% endblock %}
|
Loading…
Reference in New Issue
Block a user