Skip to content

Commit

Permalink
wip: fix tests
Browse files Browse the repository at this point in the history
  • Loading branch information
hellodeloo committed Aug 2, 2024
1 parent f0d7fd6 commit 55dd32c
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion itou/templates/layout/_header_authenticated.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
{% load static %}
{% load theme_inclusion %}
{% load redirection_fields %}
{% load matomo %}

<header role="banner" id="header">
Expand Down Expand Up @@ -96,7 +97,7 @@
<i class="ri-home-smile-line" aria-hidden="true"></i>
{% endif %}
<span>{{ org.kind }}</span>
{% if not is_mobile and org.display_name|length > 18 %}
{% if org.display_name|length > 18 %}
<strong data-bs-toggle="tooltip" data-bs-title="{{ org.display_name }}">{{ org.display_name }}</strong>
{% else %}
<strong>{{ org.display_name }}</strong>
Expand Down

0 comments on commit 55dd32c

Please sign in to comment.