Hiding some already forbidden stuff

This commit is contained in:
Antoine Bartuccio 2017-03-11 11:57:20 +01:00
parent 8329a19cc2
commit 0bf457de50

View File

@ -5,7 +5,9 @@
{% endblock %} {% endblock %}
{% block content %} {% block content %}
{% if user.is_in_group(settings.SITH_GROUP_ACCOUNTING_ADMIN_ID) or user.is_root %}
<p><a href="{{ url('accounting:co_new') }}">{% trans %}Create new company{% endtrans %}</a></p> <p><a href="{{ url('accounting:co_new') }}">{% trans %}Create new company{% endtrans %}</a></p>
{% endif %}
</br> </br>
<table> <table>