From 713559ade2d7797febeeeed006bf942f51244fee Mon Sep 17 00:00:00 2001 From: George Lacey Date: Fri, 21 May 2021 19:20:55 +0100 Subject: [PATCH] Remove custom 503 page --- borgweb/templates/503.html | 4 ---- 1 file changed, 4 deletions(-) delete mode 100644 borgweb/templates/503.html diff --git a/borgweb/templates/503.html b/borgweb/templates/503.html deleted file mode 100644 index 747a237..0000000 --- a/borgweb/templates/503.html +++ /dev/null @@ -1,4 +0,0 @@ -{% extends "error/error.html" %} - -{% block title %}503: Service Unavailable{% endblock %} -{% block error_message %}503: Service Unavailable{% endblock %}