Skip to content
Snippets Groups Projects
Verified Commit 89a138f5 authored by weeman's avatar weeman
Browse files

Repariere Benutzernamenvariable in der Passwort zurücksetzen Mail

parent 81df226b
Branches
Tags
No related merge requests found
...@@ -2421,14 +2421,14 @@ msgstr "" ...@@ -2421,14 +2421,14 @@ msgstr ""
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
"Your username, in case you’ve forgotten: %(user.username)s\n" "Your username, in case you’ve forgotten: %(username)s\n"
"\n" "\n"
"If you have not requested a new password or didn't expect this mail please simply ignore it.\n" "If you have not requested a new password or didn't expect this mail please simply ignore it.\n"
"\n" "\n"
"Looking forward to having you at the event!\n" "Looking forward to having you at the event!\n"
msgstr "" msgstr ""
"\n" "\n"
"Dein Benutzername, falls du ihn vergessen hast: %(user.username)s\n" "Dein Benutzername, falls du ihn vergessen hast: %(username)s\n"
"\n" "\n"
"Falls du kein neues Passwort angefordert hast, ignoriere diese E-Mail bitte einfach.\n" "Falls du kein neues Passwort angefordert hast, ignoriere diese E-Mail bitte einfach.\n"
"\n" "\n"
......
...@@ -2416,7 +2416,7 @@ msgstr "" ...@@ -2416,7 +2416,7 @@ msgstr ""
#, python-format #, python-format
msgid "" msgid ""
"\n" "\n"
"Your username, in case you’ve forgotten: %(user.username)s\n" "Your username, in case you’ve forgotten: %(username)s\n"
"\n" "\n"
"If you have not requested a new password or didn't expect this mail please simply ignore it.\n" "If you have not requested a new password or didn't expect this mail please simply ignore it.\n"
"\n" "\n"
......
...@@ -9,8 +9,8 @@ Please use the following link and choose a new password: ...@@ -9,8 +9,8 @@ Please use the following link and choose a new password:
{% block reset_link %} {% block reset_link %}
{% hub_absolute 'plainui:password_reset_confirm' uidb64=uid token=token %} {% hub_absolute 'plainui:password_reset_confirm' uidb64=uid token=token %}
{% endblock reset_link %} {% endblock reset_link %}
{% blocktranslate %} {% blocktranslate with username=user.username %}
Your username, in case you’ve forgotten: {{ user.username}} Your username, in case you’ve forgotten: {{ username }}
If you have not requested a new password or didn't expect this mail please simply ignore it. If you have not requested a new password or didn't expect this mail please simply ignore it.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment