diff options
Diffstat (limited to 'rpki/gui/app/templates/500.html')
-rw-r--r-- | rpki/gui/app/templates/500.html | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/rpki/gui/app/templates/500.html b/rpki/gui/app/templates/500.html new file mode 100644 index 00000000..216fe8ae --- /dev/null +++ b/rpki/gui/app/templates/500.html @@ -0,0 +1,11 @@ +{% 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 %} |