Files
zulip/templates/zerver/reset_emailed.html
Waseem Daher 0a8afbeff6 Clean up password reset pages.
(imported from commit b02088e2606b404e050e5b68a9b186de432e59d0)
2013-12-06 18:00:42 -05:00

8 lines
265 B
HTML

{% extends "zerver/portico_signup.html" %}
{% block portico_content %}
<h1 style="margin-top: 20px">We just sent you a password reset!</h1>
<h1>Check your email to finish the process.</h1>
<p>(Or don't, but then why did you fill out this form?)</p>
{% endblock %}