PageRenderTime 31ms CodeModel.GetById 0ms RepoModel.GetById 0ms app.codeStats 0ms

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

https://code.google.com/p/mango-py/
HTML | 13 lines | 7 code | 6 blank | 0 comment | 0 complexity | 82751827a2136bfe5a89f99f9a0697fb 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> &rsaquo; ${trans('Password reset')}</div></%def>
  3. <%def name="block_title()">${trans('Password reset successful')}</%def>
  4. <%def name="block_content()">
  5. <h1>${trans('Password reset successful')}</h1>
  6. <p>${trans("We've e-mailed you instructions for setting your password to the e-mail address you submitted. You should be receiving it shortly.")}</p>
  7. </%def>