Remove invoice admin link from left menu in financial
authorMagnus Hagander <[email protected]>
Sat, 12 Jan 2019 12:20:43 +0000 (13:20 +0100)
committerMagnus Hagander <[email protected]>
Sat, 12 Jan 2019 12:20:43 +0000 (13:20 +0100)
Since it's now in the regular dashboard, no need to have it twice and
with a menu that changes looks.

template/nav_financial.html

index 8cbe70a330fbb55322937541c64767b7dbcfc9be..a78bbb5592f3808885e2a2755a7f84b8eeca384b 100644 (file)
@@ -3,7 +3,4 @@
 {%block navblock%}
 <li><a href="/vat_faq/">VAT FAQ</a></li>
 <li><a href="/invoices/">Invoices</a></li>
-{%if user.is_superuser%}
-<li><a href="/invoiceadmin/">Invoice admin</a></li>
-{%endif%}
 {%endblock%}