From 0c54677f57d8ff3ab607f2caf5cf4a986c714ecb Mon Sep 17 00:00:00 2001 From: Moritz Date: Tue, 17 Jan 2023 15:33:21 +0100 Subject: [PATCH] remove german translated password reset email template file --- password_reset_de.html | 53 ------------------------------------------ 1 file changed, 53 deletions(-) delete mode 100644 password_reset_de.html diff --git a/password_reset_de.html b/password_reset_de.html deleted file mode 100644 index 83d30ad..0000000 --- a/password_reset_de.html +++ /dev/null @@ -1,53 +0,0 @@ -{% extends "email/base.html" %} - -{% load i18n %} -{% load humanize %} - -{% block content %} - - - {% blocktrans with username=user.username %} - Herzlich Willkommen {{ username }}, - {% endblocktrans %} - - - - - - - - - - - - - - -
- {% blocktrans %} - Klicke auf folgenden Link um ein Passwort für deinen Account zu erstellen: - {% endblocktrans %} -
- - - - - - - -
- {% blocktrans with expires=expires|naturaltime %} - Falls du diese E-Mail fälschlicherweise erhalten hast, ignoriere sie bitte. Der obige Link ist gültig für: {{ expires }}. - {% endblocktrans %} -
- - -{% endblock %}