Geen omschrijving

invalid_setup.html 447B

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