X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=templates%2Fpatchwork%2Fmail-settings.html;fp=templates%2Fpatchwork%2Fmail-settings.html;h=0000000000000000000000000000000000000000;hb=ad2762cf775a8dde508de47164d6429f3fd724f1;hp=440af087c6c8280a8be0538f5351f6d3efd25e03;hpb=f09e982f58384946111d4157fd2b7c2b31b78612;p=patchwork diff --git a/templates/patchwork/mail-settings.html b/templates/patchwork/mail-settings.html deleted file mode 100644 index 440af08..0000000 --- a/templates/patchwork/mail-settings.html +++ /dev/null @@ -1,37 +0,0 @@ -{% extends "base.html" %} - -{% block title %}mail settings{% endblock %} -{% block heading %}mail settings{% endblock %} - -{% block body %} -

Settings for {{email}}:

- - - - -{% if is_optout %} - - - -{% else %} - - -{% endif %} - -
Opt-out listPatchwork may not send automated notifications to - this address. -
- {% csrf_token %} - - -
-
Patchwork may send automated notifications to - this address. -
- {% csrf_token %} - - -
-
- -{% endblock %}