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
3584c368
Commit
3584c368
authored
Aug 12, 2017
by
Enrico Zini
Browse files
Show process cancel link
parent
36367408
Changes
1
Show whitespace changes
Inline
Side-by-side
nmlayout/templates/nm-base.html
View file @
3584c368
...
@@ -41,6 +41,7 @@
...
@@ -41,6 +41,7 @@
{% endif %}
{% endif %}
{% if process %}
{% if process %}
{% if visitor.is_admin %}
<a
href=
"{{process.get_admin_url}}"
>
admin process
</a>
{% endif %}
{% if visitor.is_admin %}
<a
href=
"{{process.get_admin_url}}"
>
admin process
</a>
{% endif %}
{% if "proc_close" in visit_perms %}
<a
href=
"{% url 'process_cancel' pk=process.pk %}"
>
cancel process
</a>
{% endif %}
{% endif %}
{% endif %}
{% if person %}
{% if person %}
<a
href=
"{{person.get_ddpo_url}}"
>
DDPO
</a>
<a
href=
"{{person.get_ddpo_url}}"
>
DDPO
</a>
...
...
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