Skip to content

Commit

Permalink
Merge pull request #522 from maykinmedia/issue-1195-text-change-passw…
Browse files Browse the repository at this point in the history
…ord-reset

[#1195] Different password reset text
  • Loading branch information
alextreme authored Mar 8, 2023
2 parents 95cbe9d + f20b4fe commit d7999d3
Showing 1 changed file with 3 additions and 3 deletions.
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

0 comments on commit d7999d3

Please sign in to comment.