diff --git a/process/templates/process/statement_create.html b/process/templates/process/statement_create.html index ce250ea8c3988c1f8fcd94abe73446686c462d67..2804f45f203088ae75d37c664ed7e3a9f2db1af9 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 %} +