diff options
Diffstat (limited to 'templates/status_page.html')
-rw-r--r-- | templates/status_page.html | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/templates/status_page.html b/templates/status_page.html deleted file mode 100644 index 558c654..0000000 --- a/templates/status_page.html +++ /dev/null @@ -1,8 +0,0 @@ -{% extends "base.html" %} - -{% block content %} - <div class="box"> - <h4>{{ message }}</h4> - </div> -{% endblock %} - |