You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
437 B
14 lines
437 B
{% extends "registration/base.html" %}
|
|
{% load i18n %}
|
|
|
|
{% block breadcrumbs %}<div class="breadcrumbs"></div>{% endblock %}
|
|
|
|
{% block title %}{% trans 'Password reset successful' %}{% endblock %}
|
|
|
|
{% 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>
|
|
|
|
{% endblock %}
|
|
|