Project

General

Profile

Statistics
| Branch: | Revision:

root / env / lib / python2.7 / site-packages / django / contrib / admin / templates / admin / invalid_setup.html @ 1a305335

History | View | Annotate | Download (464 Bytes)

1 1a305335 officers
{% extends "admin/base_site.html" %}
2
{% load i18n %}
3
{% load url from future %}
4
5
{% block breadcrumbs %}
6
<div class="breadcrumbs">
7
<a href="{% url 'admin:index' %}">{% trans 'Home' %}</a>
8
&rsaquo; {{ title }}
9
</div>
10
{% endblock %}
11
12
{% block content %}
13
<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>
14
{% endblock %}