mirror of https://github.com/zulip/zulip.git
12 lines
245 B
HTML
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 %}
|