We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab1aaa4 commit 9d3435eCopy full SHA for 9d3435e
templates/public_base.html
@@ -644,11 +644,11 @@
644
<img src="{{ STATIC_URL }}/img/logos/UREPORT/U-Report_Logo.png" alt="{{ org.name }}" class="logo">
645
</div>
646
</a>
647
- {% if not org|config:"is_global" %}
648
<div class="flex-1 font-bold text-2xl mt-16" style="font-family:'Noto Sans', sans-serif;">
+ {% if org.subdomain != "" %}
649
<a href="{% url 'public.index' %}" class="flex-initial text-center">{{ org.name }}</a>
650
+ {% endif %}
651
- {% endif %}
652
<div class="md:flex flex-1 mt-8">
653
<div class="flex-1 text-center font-bold text-xl flex-center-y">
654
<div>
0 commit comments