Back to Zulip

{{ _('Reset your password') }}

templates/zerver/reset.html

12.0555 B
Original Source

{% extends "zerver/portico_signup.html" %} {% block title %}

{{ _("Reset your password") }} | Zulip{% endblock %} {% block portico_content %}

{{ _('Reset your password') }}

{{ _("Forgot your password? No problem, we'll send a link to reset your password to the email you signed up with.") }}

{{ csrf_input }}

{{ _('Email') }} {% if form.email.errors %} {% for error in form.email.errors %} {{ error }} {% endfor %} {% endif %} {{ _('Send reset link') }}

{% include 'zerver/include/back_to_login_component.html' %}

{% endblock %}