mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
on ne voit la barre de recherche qu'avec les droits suffisants
This commit is contained in:
parent
7938c64a56
commit
c7a1d38b53
1 changed files with 24 additions and 22 deletions
|
@ -145,6 +145,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
{% else %}
|
{% else %}
|
||||||
|
{% can_view_any_app users machines cotisations %}
|
||||||
<li>
|
<li>
|
||||||
<form action="{% url "search:search"%}" class="navbar-form" role="search">
|
<form action="{% url "search:search"%}" class="navbar-form" role="search">
|
||||||
<div class="input-group">
|
<div class="input-group">
|
||||||
|
@ -156,6 +157,7 @@ with this program; if not, write to the Free Software Foundation, Inc.,
|
||||||
</div>
|
</div>
|
||||||
</form>
|
</form>
|
||||||
</li>
|
</li>
|
||||||
|
{% acl_end %}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
<li>
|
<li>
|
||||||
{% include 'buttons/setlang.html' %}
|
{% include 'buttons/setlang.html' %}
|
||||||
|
|
Loading…
Reference in a new issue