Skip to content

Commit 9d3435e

Browse files
committed
Fix site name spacing for global site
Fix site name spacing for global site
1 parent ab1aaa4 commit 9d3435e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

templates/public_base.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -644,11 +644,11 @@
644644
<img src="{{ STATIC_URL }}/img/logos/UREPORT/U-Report_Logo.png" alt="{{ org.name }}" class="logo">
645645
</div>
646646
</a>
647-
{% if not org|config:"is_global" %}
648647
<div class="flex-1 font-bold text-2xl mt-16" style="font-family:'Noto Sans', sans-serif;">
648+
{% if org.subdomain != "" %}
649649
<a href="{% url 'public.index' %}" class="flex-initial text-center">{{ org.name }}</a>
650+
{% endif %}
650651
</div>
651-
{% endif %}
652652
<div class="md:flex flex-1 mt-8">
653653
<div class="flex-1 text-center font-bold text-xl flex-center-y">
654654
<div>

0 commit comments

Comments
 (0)