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

https://code.google.com/p/mango-py/ · HTML · 8 lines · 5 code · 3 blank · 0 comment · 0 complexity · c4dc9a542029eb6c067bf61287beddab MD5 · raw file

  1. <%inherit file="admin/base_site.html"/>
  2. <%def name="block_breadcrumbs()"><div class="breadcrumbs"><a href="../../">${trans('Home')}</a> &rsaquo; ${title}</div></%def>
  3. <%def name="block_content()">
  4. <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>
  5. </%def>