web/ldt/user/templates/registration/password_reset_done.html
author ymh <ymh.work@gmail.com>
Sat, 12 Jun 2010 04:25:05 +0200
changeset 0 cc4a51750724
permissions -rw-r--r--
first commit
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
0
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     1
{% extends "registration/base.html" %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     2
{% load i18n %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     3
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     4
{% block breadcrumb %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     5
    <li></li>
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     6
    <li>{% trans 'Password reset' %}</li>
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     7
{% endblock %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     8
{% block content_title %}{% trans 'Password reset successful' %}{% endblock %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
     9
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    10
{% block iricontent %}
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    11
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    12
<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>
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    13
cc4a51750724 first commit
ymh <ymh.work@gmail.com>
parents:
diff changeset
    14
{% endblock %}