Skip to content

Commit

Permalink
Merge pull request #653 from MTES-MCT/fix-coquilles
Browse files Browse the repository at this point in the history
Correction de typo sur la page de connexion
  • Loading branch information
alexisig authored Oct 17, 2024
2 parents a29f580 + a6f9a8f commit 641ace2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion users/templates/users/signin.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ <h1 class="mb-5 fw-bold text-center">Connexion</h1>
</form>

<p class="fr-mb-0 fr-mt-2w fr-text--sm text-center text-muted">
Mot de pass oublié ? <a href="{% url 'users:password_reset' %}">Réinitialisez le</a>.
Mot de passe oublié ? <a href="{% url 'users:password_reset' %}">Réinitialisez-le</a>.
<br/>Pas encore de compte ? <a href="{% url 'users:signup' %}?next={{ next }}">Inscrivez-vous</a>.
</p>
</div>
Expand Down

0 comments on commit 641ace2

Please sign in to comment.