mirror of https://github.com/zulip/zulip.git
Clean up password reset pages.
(imported from commit b02088e2606b404e050e5b68a9b186de432e59d0)
This commit is contained in:
parent
a9d37ebfb9
commit
0a8afbeff6
|
@ -1,11 +1,7 @@
|
||||||
{% extends "zerver/portico_signup.html" %}
|
{% extends "zerver/portico_signup.html" %}
|
||||||
|
|
||||||
{% block portico_content %}
|
{% block portico_content %}
|
||||||
|
<h1 style="margin-top: 20px">We've reset your password!</h1>
|
||||||
<div class="pitch">
|
<p>Please <a href="{% url 'django.contrib.auth.views.login' %}">log in</a>.</p>
|
||||||
<hr/>
|
|
||||||
<h3>Password changed.</h3>
|
|
||||||
</div>
|
|
||||||
<p>Done! You can now <a href="{% url 'django.contrib.auth.views.login' %}">log in</a>.</p>
|
|
||||||
|
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
|
@ -1,13 +1,7 @@
|
||||||
{% extends "zerver/portico_signup.html" %}
|
{% extends "zerver/portico_signup.html" %}
|
||||||
|
|
||||||
{% block portico_content %}
|
{% block portico_content %}
|
||||||
|
<h1 style="margin-top: 20px">We just sent you a password reset!</h1>
|
||||||
<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>
|
<h1>Check your email to finish the process.</h1>
|
||||||
<p>(Or don't, but then why did you fill out this form?)</p>
|
<p>(Or don't, but then why did you fill out this form?)</p>
|
||||||
{% endblock %}
|
{% endblock %}
|
||||||
|
|
Loading…
Reference in New Issue