Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Debian New Member Process
nm.debian.org
Commits
b30957cf
Commit
b30957cf
authored
Jul 04, 2016
by
Enrico Zini
Browse files
Mention that the statement will be sent to -newmaint, and as whom, and allow to change email
parent
1f37d1cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
process/templates/process/statement_create.html
View file @
b30957cf
...
@@ -82,6 +82,17 @@ somewhere else.</p>
...
@@ -82,6 +82,17 @@ somewhere else.</p>
<p>
The signature will be verified using the key {{fpr|fingerprint}}
</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 %}"
>
<
{{visitor.email}}
>
</a></tt>
.
{% else %}
<
{{visitor.email}}
>
</tt>
.
{% endif %}
</p>
{% endif %}
<form
action=
""
method=
"post"
>
{% csrf_token %}
<form
action=
""
method=
"post"
>
{% csrf_token %}
{% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %}
{% for hidden in form.hidden_fields %}{{ hidden }}{% endfor %}
{% for field in form.visible_fields %}
{% for field in form.visible_fields %}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment