Files
zulip/templates/zerver/reset_emailed.html
Waseem Daher 17921a92d3 More fun password-reset page.
(imported from commit b02e123c86004416b4238790a9146817ee35bdcc)
2013-11-06 13:22:00 -05:00

14 lines
414 B
HTML

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