PageRenderTime 48ms CodeModel.GetById 25ms RepoModel.GetById 1ms app.codeStats 0ms

/django/contrib/admin/templates/mako/registration/logged_out.html

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