/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
- <%inherit file="admin/base_site.html"/>
- <%def name="block_breadcrumbs()"><div class="breadcrumbs"><a href="../">${trans('Home')}</a> › ${trans('Password reset')}</div></%def>
- <%def name="block_title()">${trans('Password reset successful')}</%def>
- <%def name="block_content()">
- <h1>${trans('Password reset successful')}</h1>
- <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>
- </%def>