You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><ahref="{% url 'admin:index' %}">{% trans 'Home' %}</a></li>
7
+
<liclass="active">{{ title }}</li>
8
+
</ol>
9
+
{% endblock %}
10
+
11
+
{% block content_title %} {{ title }} {% endblock %}
12
+
13
+
{% block content %}
14
+
<p>{% trans "Something's wrong with your database installation. Make sure the appropriate database tables have been created, and make sure the database is readable by the appropriate user." %}</p>
0 commit comments