summaryrefslogtreecommitdiffstats
path: root/templates/db_error.html
blob: 1cacebc498420df9f4c1b745c6d230a3284dca2c (plain) (blame)
1
2
3
4
5
6
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 %}