/django/contrib/admin/templates/mako/registration/logged_out.html
HTML | 10 lines | 6 code | 4 blank | 0 comment | 0 complexity | 2bb59658d7eee0d078378cc4ee0ca9d4 MD5 | raw file
Possible License(s): BSD-3-Clause
- <%inherit file="admin/base_site.html"/>
- <%def name="block_breadcrumbs()"><div class="breadcrumbs"><a href="../">${trans('Home')}</a></div></%def>
- <%def name="block_content()" >
- <p>${ trans("Thanks for spending some quality time with the Web site today.") }</p>
- <p><a href="../">${ trans('Log in again') }</a></p>
- </%def>