Skip to content

Commit

Permalink
Restored back the Report graphics, as per requested in issue #72
Browse files Browse the repository at this point in the history
  • Loading branch information
luissian committed Feb 17, 2022
1 parent 1ed70b3 commit 0eb0fcd
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions iSkyLIMS_wetlab/templates/iSkyLIMS_wetlab/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -132,6 +132,17 @@
</li>
{% endif %}
{% endif%}
{% if user.is_authenticated %}
{% if request.user|has_group:"WetlabManager" %}
<li class="js_nav-item nav-item dropdown"><a class="nav-item-child nav-item-hover dropdown-toggle" data-toggle="dropdown" href="#">Reports<span class="caret"></span></a>
<ul class="dropdown-menu">
<li><a href="/wetlab/AnnualReport">Annual Reports</a></li>
<li><a href="/wetlab/QuarterReport">Quarter Reports</a></li>
<li><a href="/wetlab/MonthlyReport">Monthly Reports</a></li>
</ul>
</li>
{% endif %}
{% endif%}
</ul>

</div> <!-- menu- container -->
Expand Down

0 comments on commit 0eb0fcd

Please sign in to comment.