Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[#1195] Different password reset text #522

Merged
merged 1 commit into from
Mar 8, 2023
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -2,9 +2,9 @@
{% load i18n static form_tags %}

{% block content %}
<h1 class="h1">{% trans "Wachtwoordherinitialisatie" %}</h1>
<p class="p">{% trans "Wachtwoord vergeten? Vul hieronder uw e-mailadres in, en we sturen instructies voor het instellen van een nieuw wachtwoord." %}</p>
<p class="p">{% trans "Let op: Onderstaand formulier werkt alleen als u geen DigiD gebruikt om in te loggen." %}</p>
<h1 class="h1">{% trans "Wachtwoord opnieuw instellen" %}</h1>
<p class="p">{% trans "Wachtwoord vergeten? Vul hieronder je e-mailadres in. Je krijgt dan een mail met instructies om een nieuw wachtwoord in te stellen." %}</p>
<p class="p">{% trans "Let op: dit werkt alleen als je geen DigiD gebruikt om in te loggen." %}</p>

{% render_form id="password-reset-form" method="POST" form=form%}
{% csrf_token %}
Expand Down