diff options
Diffstat (limited to 'rpkid/rpki/gui/app/templates/500.html')
-rw-r--r-- | rpkid/rpki/gui/app/templates/500.html | 11 |
1 files changed, 0 insertions, 11 deletions
diff --git a/rpkid/rpki/gui/app/templates/500.html b/rpkid/rpki/gui/app/templates/500.html deleted file mode 100644 index 216fe8ae..00000000 --- a/rpkid/rpki/gui/app/templates/500.html +++ /dev/null @@ -1,11 +0,0 @@ -{% extends "base.html" %} - -{% block content %} -<div class="page-header"> - <h1>Internal Server Error</h1> -</div> - -<div class="alert alert-error"> - <strong>Whoops!</strong> The administrator has been notified of this error. -</div> -{% endblock content %} |