2013-07-29 23:03:31 +02:00
|
|
|
{% extends "zerver/portico_signup.html" %}
|
2017-08-15 21:55:36 +02:00
|
|
|
|
2012-11-05 19:53:16 +01:00
|
|
|
{% block portico_content %}
|
2017-08-15 21:55:36 +02:00
|
|
|
<div class="app portico-page">
|
|
|
|
<div class="app-main portico-page-container center-block flex full-page account-creation new-style">
|
|
|
|
<div class="inline-block">
|
|
|
|
|
|
|
|
<div class="get-started">
|
|
|
|
<h1>{{ _("We've reset your password!") }}</h1>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="white-box">
|
|
|
|
<p>{% trans login_url=url('django.contrib.auth.views.login') %}Please <a href="{{ login_url }}">log in</a> with your new password.{% endtrans %}</p>
|
|
|
|
</div>
|
|
|
|
</div>
|
2017-05-04 07:48:53 +02:00
|
|
|
</div>
|
|
|
|
</div>
|
2012-11-05 19:53:16 +01:00
|
|
|
{% endblock %}
|