Installed grappelli inline with the source

This commit is contained in:
Roberto Rosario
2011-02-03 20:31:38 -04:00
parent bb0d884eea
commit 5ff9fe41df
710 changed files with 60677 additions and 2 deletions

View File

@@ -0,0 +1,12 @@
{% extends "admin/base_site.html" %}
<!-- LOADING -->
{% load i18n %}
<!-- BREADCRUMBS -->
{% block breadcrumbs %}<div id="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> &rsaquo; {{ title }}</div>{% endblock %}
<!-- CONTENT -->
{% block content %}
<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>
{% endblock %}