From 0eb0fcd80ee66e98c089dce3612ecee3c06290ea Mon Sep 17 00:00:00 2001 From: luissian Date: Thu, 17 Feb 2022 15:07:35 +0100 Subject: [PATCH] Restored back the Report graphics, as per requested in issue https://github.com/BU-ISCIII/iSkyLIMS/issues/72 --- iSkyLIMS_wetlab/templates/iSkyLIMS_wetlab/base.html | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/iSkyLIMS_wetlab/templates/iSkyLIMS_wetlab/base.html b/iSkyLIMS_wetlab/templates/iSkyLIMS_wetlab/base.html index 574cf2d37..4ecf92b95 100644 --- a/iSkyLIMS_wetlab/templates/iSkyLIMS_wetlab/base.html +++ b/iSkyLIMS_wetlab/templates/iSkyLIMS_wetlab/base.html @@ -132,6 +132,17 @@ {% endif %} {% endif%} + {% if user.is_authenticated %} + {% if request.user|has_group:"WetlabManager" %} + + {% endif %} + {% endif%}