mirror of https://github.com/zulip/zulip.git
8 lines
322 B
HTML
8 lines
322 B
HTML
{% extends "zerver/portico_signup.html" %}
|
|
{% load i18n %}
|
|
{% block portico_content %}
|
|
<h1 style="margin-top: 20px">{% trans 'We just sent you a password reset!' %}</h1>
|
|
<h1>{% trans 'Check your email to finish the process' %}.</h1>
|
|
<p>({% trans "Or don't, but then why did you fill out this form?" %})</p>
|
|
{% endblock %}
|