From b30957cf058b58684436fa95ae6000bb6dda847e Mon Sep 17 00:00:00 2001
From: Enrico Zini
Date: Mon, 4 Jul 2016 17:14:57 +0200
Subject: [PATCH] Mention that the statement will be sent to -newmaint, and as
whom, and allow to change email
---
process/templates/process/statement_create.html | 11 +++++++++++
1 file changed, 11 insertions(+)
diff --git a/process/templates/process/statement_create.html b/process/templates/process/statement_create.html
index ce250ea8..2804f45f 100644
--- a/process/templates/process/statement_create.html
+++ b/process/templates/process/statement_create.html
@@ -82,6 +82,17 @@ somewhere else.
The signature will be verified using the key {{fpr|fingerprint}}
+{% if requirement.type != "sc_dmup" %}
+The statement will be sent to debian-newmaint
+as {{visitor.fullname}}
+ {% if "edit_email" in visit_perms %}
+ <{{visitor.email}}>.
+ {% else %}
+ <{{visitor.email}}>.
+ {% endif %}
+
+{% endif %}
+