summaryrefslogtreecommitdiffstats
path: root/accounts/templates/mail/register_notify.txt
diff options
context:
space:
mode:
Diffstat (limited to 'accounts/templates/mail/register_notify.txt')
-rw-r--r--accounts/templates/mail/register_notify.txt13
1 files changed, 13 insertions, 0 deletions
diff --git a/accounts/templates/mail/register_notify.txt b/accounts/templates/mail/register_notify.txt
new file mode 100644
index 0000000..7a649f4
--- /dev/null
+++ b/accounts/templates/mail/register_notify.txt
@@ -0,0 +1,13 @@
+{% extends 'mail/_base.txt' %}
+
+{% block subject -%}
+ [accounts] Neuer Benutzer {{ username }} erstellt
+{%- endblock %}
+
+{% block body -%}
+Benutzername: {{ username }}
+E-Mail: {{ mail }}
+
+Spammer? Deaktivieren: {{ url_for('admin.disable_account', uid=username,
+ _external=True) }}
+{%- endblock %}