Projet

Général

Profil

0001-templates-add-local-template-for-password-account-re.patch

Frédéric Péters, 06 décembre 2019 15:01

Télécharger (1021 octets)

Voir les différences:

Subject: [PATCH] templates: add local template for password account
 registration (#38265)

 .../authentic2/login_password_registration_form.html   | 10 ++++++++++
 1 file changed, 10 insertions(+)
 create mode 100644 templates/authentic2/login_password_registration_form.html
templates/authentic2/login_password_registration_form.html
1
{% extends "authentic2/login_password_registration_form.html" %}
2
{% load i18n %}
3

  
4
{% block registration %}
5
<p>
6
Après validation de votre adresse électronique, il vous sera envoyé un courriel
7
pour ouvrir votre compte.
8
</p>
9
{{ block.super }}
10
{% endblock %}
0
-