Skip to content

Commit

Permalink
Removed redundant lang tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Daihecyy committed Dec 5, 2024
1 parent f5a1a82 commit 9aefad6
Show file tree
Hide file tree
Showing 7 changed files with 26 additions and 26 deletions.
Empty file removed assets/templates/__init__.py
Empty file.
12 changes: 6 additions & 6 deletions assets/templates/account_exists_mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,21 +3,21 @@
{% block title %}MyECL - Your account already exists!{% endblock %}

{% block french_message %}
<h1 lang="fr">Ton compte MyECL existe déjà !</h1>
<p lang="fr">
<h1>Ton compte MyECL existe déjà !</h1>
<p>
Tu as demandé à créer un compte, mais ton adresse mail est déjà associée à un compte existant.
Si tu as oublié ton mot de passe, tu peux utiliser le réinitialiser en cliquant sur le lien suivant :
<a href="https://myecl.fr/forgot_password">https://myecl.fr/forgot_password</a>
</p>
<p lang="fr">Si tu n'es pas à l'origine de cette demande, c'est qu'un bon fyot a tenté de s'inscrire avec ton adresse mail... Bref tu peux ignorer ce message.</p>
<p>Si tu n'es pas à l'origine de cette demande, c'est qu'un bon fyot a tenté de s'inscrire avec ton adresse mail... Bref tu peux ignorer ce message.</p>
{% endblock %}

{% block english_message %}
<h1 lang="en">Your MyECL account already exists!</h1>
<p lang="en">
<h1>Your MyECL account already exists!</h1>
<p>
You've asked to create an account, but your e-mail address is already linked to an existing account.
If you have forgotten your password, you can reset it by clicking on the following link:
<a href="https://myecl.fr/forgot_password">https://myecl.fr/forgot_password</a>
</p>
<p lang="en">If you have not initiated this request, it likely means that some fool tried to sign up using your e-mail address... You can safely ignore this message.</p>
<p>If you have not initiated this request, it likely means that some fool tried to sign up using your e-mail address... You can safely ignore this message.</p>
{% endblock %}
8 changes: 4 additions & 4 deletions assets/templates/activation_mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,15 +3,15 @@
{% block title %}MyECL - Activate your account{% endblock %}

{% block french_message %}
<h1 lang="fr">Bienvenue sur MyECL !</h1>
<p lang="fr">Pour continuer ton inscription, clique sur le lien unique suivant :
<h1>Bienvenue sur MyECL !</h1>
<p>Pour continuer ton inscription, clique sur le lien unique suivant :
<a href="{{ calypsso_activate_url }}">{{ calypsso_activate_url }}</a>
</p>
{% endblock %}

{% block english_message %}
<h1 lang="en">Welcome to MyECL !</h1>
<p lang="en">
<h1>Welcome to MyECL !</h1>
<p>
To complete your registration, click on the following one-time link :
<a href="{{ calypsso_activate_url }}">{{ calypsso_activate_url }}</a>
</p>
Expand Down
8 changes: 4 additions & 4 deletions assets/templates/migration_mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{% block title %}MyECL - Confirm your new email address{% endblock %}

{% block french_message %}
<h1 lang="fr">Changement d'adresse mail MyECL</h1>
<p lang="fr">
<h1>Changement d'adresse mail MyECL</h1>
<p>
Pour confirmer ta nouvelle adresse mail, tu peux utiliser le lien unique suivant :
<a href="{{ migration_link }}">{{ migration_link }}</a>
</p>
{% endblock %}

{% block english_message %}
<h1 lang="en">Changing your MyECL e-mail address</h1>
<p lang="en">
<h1>Changing your MyECL e-mail address</h1>
<p>
To verify your new e-mail address, you can use the following one-time link :
<a href="{{ migration_link }}">{{ migration_link }}</a>
</p>
Expand Down
8 changes: 4 additions & 4 deletions assets/templates/migration_mail_already_used.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
{% block title %}MyECL - Already used email address{% endblock %}

{% block french_message %}
<h1 lang="fr">Problème lors du changement d'adresse mail MyECL</h1>
<p lang="fr">L'adresse mail que tu as renseignée est déjà associée à un autre compte MyECL existant, rapproche-toi d'un Eclairman pour résoudre le problème.</p>
<h1>Problème lors du changement d'adresse mail MyECL</h1>
<p>L'adresse mail que tu as renseignée est déjà associée à un autre compte MyECL existant, rapproche-toi d'un Eclairman pour résoudre le problème.</p>
{% endblock %}

{% block english_message %}
<h1 lang="en">Difficulties changing your MyECL e-mail address</h1>
<p lang="en">Oops ! The email address you provided is already associated with another existing MyECL account. Please contact a member of Eclair to resolve this issue.</p>
<h1>Difficulties changing your MyECL e-mail address</h1>
<p>Oops ! The email address you provided is already associated with another existing MyECL account. Please contact a member of Eclair to resolve this issue.</p>
{% endblock %}
8 changes: 4 additions & 4 deletions assets/templates/reset_mail.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,16 +3,16 @@
{% block title %}MyECL - Reset your password{% endblock %}

{% block french_message %}
<h1 lang="fr">Réinitialisation de ton mot de passe MyECL</h1>
<p lang="fr">
<h1>Réinitialisation de ton mot de passe MyECL</h1>
<p>
Pour réinitialiser ton mot de passe, tu peux utiliser le lien unique suivant :
<a href="{{ calypsso_reset_url }}">{{ calypsso_reset_url }}</a>
</p>
{% endblock %}

{% block english_message %}
<h1 lang="en">Reset your MyECL password</h1>
<p lang="en">
<h1>Reset your MyECL password</h1>
<p>
To reset your password, you can use the following one-time link :
<a href="{{ calypsso_reset_url }}">{{ calypsso_reset_url }}</a>
</p>
Expand Down
8 changes: 4 additions & 4 deletions assets/templates/reset_mail_does_not_exist.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,17 +3,17 @@
{% block title %}MyECL - Reset your password{% endblock %}

{% block french_message %}
<h1 lang="fr">Réinitialisation de ton mot de passe MyECL impossible</h1>
<p lang="fr">
<h1>Réinitialisation de ton mot de passe MyECL impossible</h1>
<p>
Il n'y as pas encore de compte MyECL associée à cette adresse email. Tu peux
en créer un en utilisant ce lien :
<a href="{{ calypsso_register_url }}"> {{ calypsso_register_url }} </a>
</p>
{% endblock %}

{% block english_message %}
<h1 lang="en">Difficulties resetting your MyECL password</h1>
<p lang="en">
<h1>Difficulties resetting your MyECL password</h1>
<p>
There is currently no MyECL account linked to this email address. You can create
one using the following link :
<a href="{{ calypsso_register_url }}"> {{ calypsso_register_url }} </a>
Expand Down

0 comments on commit 9aefad6

Please sign in to comment.