summaryrefslogtreecommitdiffstats
path: root/accounts/templates/mail/disable_notify.txt
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/templates/mail/disable_notify.txt')
-rw-r--r--accounts/templates/mail/disable_notify.txt12
1 files changed, 12 insertions, 0 deletions
diff --git a/accounts/templates/mail/disable_notify.txt b/accounts/templates/mail/disable_notify.txt
new file mode 100644
index 0000000..a9662b6
--- /dev/null
+++ b/accounts/templates/mail/disable_notify.txt
@@ -0,0 +1,12 @@
+{% extends 'mail/_base.txt' %}
+
+{% block subject -%}
+ [accounts] Benutzer {{ username }} deaktiviert
+{%- endblock %}
+
+{% block body -%}
+Benutzername: {{ username }}
+E-Mail war: {{ mail }}
+
+durch: {{ admin }}
+{%- endblock %}