14 lines
384 B
HTML
14 lines
384 B
HTML
{% extends "base_site" %}
|
|
|
|
{% block breadcrumbs %}<div class="breadcrumbs"><a href="../">Home</a> › Password reset</div>{% endblock %}
|
|
|
|
{% block title %}Password reset successful{% endblock %}
|
|
|
|
{% block content %}
|
|
|
|
<h1>Password reset successful</h1>
|
|
|
|
<p>We've e-mailed a new password to the e-mail address you submitted. You should be receiving it shortly.</p>
|
|
|
|
{% endblock %}
|