From 02804dc46b31f90b372f7254f018750631a95f80 Mon Sep 17 00:00:00 2001 From: Frederick Muriuki Muriithi Date: Tue, 1 Oct 2024 14:31:49 -0500 Subject: Add UI elements for possible extra functionality. --- uploader/templates/phenotypes/view-phenotype.html | 30 +++++++++++++++++++++++ 1 file changed, 30 insertions(+) (limited to 'uploader/templates/phenotypes') diff --git a/uploader/templates/phenotypes/view-phenotype.html b/uploader/templates/phenotypes/view-phenotype.html index 03935f5..f26c5f0 100644 --- a/uploader/templates/phenotypes/view-phenotype.html +++ b/uploader/templates/phenotypes/view-phenotype.html @@ -43,6 +43,36 @@ + +
+ + + + + + +
+
+ {%if "group:resource:edit-resource" in privileges%} + + {%endif%} +
+
+
+ {%if "group:resource:delete-resource" in privileges%} + + {%endif%} +
+
+
-- cgit v1.2.3