Removed notifications from header temporarily
authordurandn
Wed, 29 Jun 2016 14:54:16 +0200
changeset 41 4fffc78a91b2
parent 40 38a4c0c31b11
child 42 51257e2701d9
Removed notifications from header temporarily
src/iconolab/templates/partials/header.html
--- a/src/iconolab/templates/partials/header.html	Tue Jun 28 18:12:55 2016 +0200
+++ b/src/iconolab/templates/partials/header.html	Wed Jun 29 14:54:16 2016 +0200
@@ -24,7 +24,6 @@
       </form>
 
       <ul class="nav navbar-nav navbar-right">
-          <li role="presentation"><a href="#">Notifications <span class="badge">3</span></a></li>
         {% if user.is_authenticated %}
           <li><a href="#">{{user.username}}: Mon espace</a></li>
           <li><a href="{% url 'account:logout' %}">Se déconnecter</a></li>