Files
zulip/templates/zephyr/reset_done.html
Tim Abbott 4a91b4a1ea [django 1.5] Use new-style url syntax in templates.
Checked using the following (relevant for rebasing):

git grep url templates/ | grep -v "'django" | grep -v "'zephyr"

This appears to not have a good backwards-compatability story (well,
there is one involving a %load from the future, but it seems to not
work).

(imported from commit d740831658aa23cadbbb82082ac6a3738d449a1d)
2013-03-27 08:19:26 -04:00

12 lines
247 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 %}