mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
8 lines
229 B
HTML
8 lines
229 B
HTML
{% extends "zerver/portico_signup.html" %}
|
|
|
|
{% block portico_content %}
|
|
<h1 style="margin-top: 20px">We've reset your password!</h1>
|
|
<p>Please <a href="{% url 'django.contrib.auth.views.login' %}">log in</a>.</p>
|
|
|
|
{% endblock %}
|