Remove a div

This commit is contained in:
Mouse Reeve 2021-01-18 16:52:51 -08:00
parent 394666357f
commit 128dc3be44

View File

@ -106,17 +106,15 @@
</ul> </ul>
</div> </div>
<div class="navbar-item"> <div class="navbar-item">
<a href="/notifications"> <a href="/notifications" class="tags has-addons">
<div class="tags has-addons"> <span class="tag is-medium">
<span class="tag is-medium"> <span class="icon icon-bell" title="Notifications">
<span class="icon icon-bell" title="Notifications"> <span class="is-sr-only">Notifications</span>
<span class="is-sr-only">Notifications</span>
</span>
</span> </span>
<span class="{% if not request.user|notification_count %}hidden {% endif %}tag is-danger is-medium" data-poll="notifications"> </span>
{{ request.user | notification_count }} <span class="{% if not request.user|notification_count %}hidden {% endif %}tag is-danger is-medium" data-poll="notifications">
</span> {{ request.user | notification_count }}
</div> </span>
</a> </a>
</div> </div>
{% else %} {% else %}