From 74f635fcf64cbca20f26f5a88d822df7db3618d5 Mon Sep 17 00:00:00 2001 From: Reid 'arrdem' McKenzie Date: Sat, 3 Jun 2023 19:13:43 -0600 Subject: [PATCH] Bugfix: don't show the file controls when logged out --- .../tentacles/src/python/tentacles/templates/jobs_list.html.j2 | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 b/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 index 65be7d0..17f5043 100644 --- a/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 +++ b/projects/tentacles/src/python/tentacles/templates/jobs_list.html.j2 @@ -22,8 +22,10 @@
+ {% if ctx.uid %} {{ macros.duplicate_job(job.id) }} {{ macros.cancel_job(job.id) }} + {% endif %}
{% endfor %}