mirror of
https://github.com/zulip/zulip.git
synced 2026-07-12 21:04:41 +08: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 %}
|