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