-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
5 additions
and
5 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,17 +1,17 @@ | ||
{% extends "base_email.html" %}{% load i18n %}{% autoescape off %} | ||
{% extends "base_email.html" %}{% load i18n %} | ||
{% block content_de %}Hallo, | ||
du hast versucht, einen Account zu erstellen, den es schon gibt. Falls du dein Passwort vergessen hast, kannst du es hier zurücksetzen: | ||
{{ password_reset_url }} | ||
{{ password_reset_url|safe }} | ||
Dein Nutzername ist {{ username }}. | ||
|
||
Viele Grüße, | ||
Deine Server-AG | ||
{% endblock %} | ||
{% block content_en %}Hello, | ||
you tried to create an account that already exists. If you forgot your password, you can reset it here: | ||
{{ password_reset_url }} | ||
{{ password_reset_url|safe }} | ||
Your username is {{ username }}. | ||
|
||
Best regards, | ||
Your Server-AG | ||
{% endblock %}{% endautoescape %} | ||
{% endblock %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters