mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 05:22:16 +00:00
Changed finance links
This commit is contained in:
@@ -45,21 +45,9 @@
|
|||||||
<li><a href="#">Other Events</a></li>
|
<li><a href="#">Other Events</a></li>
|
||||||
</ul>
|
</ul>
|
||||||
</li>
|
</li>
|
||||||
{% if perms.RIGS.view_vatrate or perms.RIGS.view_invoice %}
|
|
||||||
<li class="dropdown">
|
|
||||||
<a href="#" class="dropdown-toggle" data-toggle="dropdown">
|
|
||||||
Finance<b class="caret"></b>
|
|
||||||
</a>
|
|
||||||
<ul class="dropdown-menu">
|
|
||||||
{% if perms.RIGS.view_invoice %}
|
{% if perms.RIGS.view_invoice %}
|
||||||
<li><a href="">Invoices</a></li>
|
<li><a href="">Invoices</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
{% if perms.RIGS.view_vatrate %}
|
|
||||||
<li><a href="">VAT</a></li>
|
|
||||||
{% endif %}
|
|
||||||
</ul>
|
|
||||||
</li>
|
|
||||||
{% endif %}
|
|
||||||
{% if perms.RIGS.view_person %}
|
{% if perms.RIGS.view_person %}
|
||||||
<li><a href="{% url 'person_list' %}">People</a></li>
|
<li><a href="{% url 'person_list' %}">People</a></li>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|||||||
Reference in New Issue
Block a user