From 3584c368197e66067dd8b7a9e7be2bf760851458 Mon Sep 17 00:00:00 2001 From: Enrico Zini Date: Sat, 12 Aug 2017 14:50:26 -0400 Subject: [PATCH] Show process cancel link --- nmlayout/templates/nm-base.html | 1 + 1 file changed, 1 insertion(+) diff --git a/nmlayout/templates/nm-base.html b/nmlayout/templates/nm-base.html index 97078c29..14f78511 100644 --- a/nmlayout/templates/nm-base.html +++ b/nmlayout/templates/nm-base.html @@ -41,6 +41,7 @@ {% endif %} {% if process %} {% if visitor.is_admin %}admin process{% endif %} + {% if "proc_close" in visit_perms %}cancel process{% endif %} {% endif %} {% if person %} DDPO -- GitLab