PageRenderTime 64ms CodeModel.GetById 1ms RepoModel.GetById 0ms app.codeStats 0ms

/django/contrib/admin/templates/admin/invalid_setup.html

https://code.google.com/p/mango-py/
HTML | 8 lines | 6 code | 2 blank | 0 comment | 0 complexity | e0acf96490edcc1ba69d11b2c2894c66 MD5 | raw file
Possible License(s): BSD-3-Clause
  1. {% extends "admin/base_site.html" %}
  2. {% load i18n %}
  3. {% block breadcrumbs %}<div class="breadcrumbs"><a href="../../">{% trans 'Home' %}</a> &rsaquo; {{ title }}</div>{% endblock %}
  4. {% block content %}
  5. <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>
  6. {% endblock %}