projects
/
pgeu-web.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e9b17b
)
Remove invoice admin link from left menu in financial
author
Magnus Hagander
<
[email protected]
>
Sat, 12 Jan 2019 12:20:43 +0000
(13:20 +0100)
committer
Magnus 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
patch
|
blob
|
blame
|
history
diff --git
a/template/nav_financial.html
b/template/nav_financial.html
index 8cbe70a330fbb55322937541c64767b7dbcfc9be..a78bbb5592f3808885e2a2755a7f84b8eeca384b 100644
(file)
--- a/
template/nav_financial.html
+++ b/
template/nav_financial.html
@@
-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%}