mirror of
https://github.com/zulip/zulip.git
synced 2025-11-12 18:06:44 +00:00
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)
12 lines
247 B
HTML
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 %}
|