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
Mattia Rizzolo
nm.debian.org
Commits
3584c368
Commit
3584c368
authored
Aug 12, 2017
by
Enrico Zini
Browse files
Show process cancel link
parent
36367408
Changes
1
Hide whitespace changes
Inline
Side-by-side
nmlayout/templates/nm-base.html
View file @
3584c368
...
...
@@ -41,6 +41,7 @@
{% endif %}
{% if process %}
{% 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 %}
{% if person %}
<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