diff options
Diffstat (limited to 'templates')
-rw-r--r-- | templates/db_error.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/templates/db_error.html b/templates/db_error.html new file mode 100644 index 0000000..1cacebc --- /dev/null +++ b/templates/db_error.html @@ -0,0 +1,7 @@ +{% extends "base.html" %} +{% block title %}Welcome{% endblock %} +{% block content %} +<p> +There are too many connections to the database, please try again a little bit later! +</p> +{% endblock %} |