Skip to content

Commit

Permalink
Show co create link for new brand only
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 29, 2024
1 parent 3bbfe94 commit 4895cfc
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions templates/public_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -413,8 +413,10 @@
<div class="bg-black text-white py-home pl-home pr-16 h-auto">
<a href="{% url 'public.opinions' %}" class="hover:text-gray-600 block font-bold">{% trans "Opinions" %}</a>
<a href="{% url 'public.stories' %}" class="hover:text-gray-600 block mt-4 font-bold">{% trans "Stories" %}</a>
{% if org|config:"is_global" %}
<a href="https://www.voicesofyouth.org/" class="hover:text-gray-600 block mt-4 font-bold">{% trans "Co-Create" %}</a>
{% if org|config:"has_new_brand" %}
{% if org|config:"is_global" %}
<a href="https://www.voicesofyouth.org/" class="hover:text-gray-600 block mt-4 font-bold">{% trans "Co-Create" %}</a>
{% endif %}
{% endif %}
<a href="{% url 'public.about' %}" class="hover:text-gray-600 block mt-8">{% trans "About" %}</a>
<a href="{% url 'public.ureporters' %}" class="hover:text-gray-600 block mt-4">{% trans "Engagement" %}</a>
Expand Down

0 comments on commit 4895cfc

Please sign in to comment.