Commit b30957cf authored by Enrico Zini's avatar Enrico Zini
Browse files

Mention that the statement will be sent to -newmaint, and as whom, and allow to change email

parent 1f37d1cf
......@@ -82,6 +82,17 @@ somewhere else.</p>
<p>The signature will be verified using the key {{fpr|fingerprint}}</p>
{% if requirement.type != "sc_dmup" %}
<p>The statement will be sent to <a href="https://lists.debian.org/debian-newmaint">debian-newmaint</a>
as <tt>{{visitor.fullname}}
{% if "edit_email" in visit_perms %}
<a href="{% url 'person_edit_email' key=visitor.lookup_key %}">&lt;{{visitor.email}}&gt;</a></tt>.
{% else %}
&lt;{{visitor.email}}&gt;</tt>.
{% endif %}
</p>
{% endif %}
<form action="" method="post">{% csrf_token %}
{% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %}
{% for field in form.visible_fields %}
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment