equal
deleted
inserted
replaced
18 <li><a href="{% url 'iconolab_help' %}">Le projet</a></li> |
18 <li><a href="{% url 'iconolab_help' %}">Le projet</a></li> |
19 {% if collection_name %}<li><a href="{% url 'collection_home' collection_name %}">Contribuer</a></li>{% endif %} |
19 {% if collection_name %}<li><a href="{% url 'collection_home' collection_name %}">Contribuer</a></li>{% endif %} |
20 </ul> |
20 </ul> |
21 {% include "partials/header_search_form.html"%} |
21 {% include "partials/header_search_form.html"%} |
22 <a class="navbar-brand" href="https://projet-episteme.org/" target="_blank" rel="noopener noreferrer"> |
22 <a class="navbar-brand" href="https://projet-episteme.org/" target="_blank" rel="noopener noreferrer"> |
23 <img src="{% static 'iconolab_episteme/img/logo_episteme.png' %}" alt="Episteme" height="25" style="margin-left: 20%;"> |
23 <img src="{% static 'iconolab_episteme/img/logo_episteme.png' %}" alt="Episteme" title="Episteme" height="25" id="header-episteme" > |
24 </a> |
24 </a> |
25 <ul class="nav navbar-nav navbar-right"> |
25 <ul class="nav navbar-nav navbar-right"> |
26 {% if request.user.is_authenticated %} |
26 {% if request.user.is_authenticated %} |
27 {% notifications_unread as unread_count %} |
27 {% notifications_unread as unread_count %} |
28 <li><a href="{% url 'user_home' request.user.username %}" title="{{request.user.username}}: Mon espace - {{ unread_count }} notification(s)"> |
28 <li><a href="{% url 'user_home' request.user.username %}" title="{{request.user.username}}: Mon espace - {{ unread_count }} notification(s)"> |