summaryrefslogtreecommitdiffstats
path: root/accounts/templates/mail/disable_notify.txt
blob: a9662b6fb3d0a80ea6a784cb8777f25330cd53f8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{% extends 'mail/_base.txt' %}

{% block subject -%}
  [accounts] Benutzer {{ username }} deaktiviert
{%- endblock %}

{% block body -%}
Benutzername: {{ username }}
E-Mail war:   {{ mail }}

durch:        {{ admin }}
{%- endblock %}