Skip to content

Commit

Permalink
Add Co-create link
Browse files Browse the repository at this point in the history
  • Loading branch information
norkans7 committed Jan 24, 2024
1 parent b83c2ef commit 543c022
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions templates/public_base.html
Original file line number Diff line number Diff line change
Expand Up @@ -291,8 +291,10 @@
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>
{% endif %}
<a href="{% url 'public.about' %}"
class="hover:text-gray-600 block mt-8">{% trans "About" %}</a>
<a href="{% url 'public.ureporters' %}"
Expand Down Expand Up @@ -662,6 +664,7 @@
</a>
</div>
</div>
{% if org|config:"is_global" %}
<div class="flex-1 text-center font-bold text-2xl flex-center-y">
<div>
<a href="https://www.voicesofyouth.org/"
Expand All @@ -670,6 +673,7 @@
</a>
</div>
</div>
{% endif %}
</div>
</div>

Expand Down

0 comments on commit 543c022

Please sign in to comment.