/django/contrib/admin/templates/mako/admin/invalid_setup.html
HTML | 8 lines | 5 code | 3 blank | 0 comment | 0 complexity | c4dc9a542029eb6c067bf61287beddab MD5 | raw file
Possible License(s): BSD-3-Clause
1<%inherit file="admin/base_site.html"/> 2 3 4<%def name="block_breadcrumbs()"><div class="breadcrumbs"><a href="../../">${trans('Home')}</a> › ${title}</div></%def> 5 6<%def name="block_content()"> 7<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> 8</%def>