Files
zulip/templates/zephyr/reset_done.html
Luke Faraone 87b3d0c581 Enable basic password reset functionality.
(imported from commit 5ac0d15912173067d946b31be1c1251bc12a940a)
2012-11-06 16:33:21 -05:00

12 lines
245 B
HTML

{% extends "zephyr/portico_signup.html" %}
{% block portico_content %}
<div class="pitch">
<hr/>
<h3>Password changed.<h3>
</div>
<p>Done! You can now <a href="{% url django.contrib.auth.views.login %}">log in</a>.</p>
{% endblock %}