Skip to content

Commit

Permalink
disable candidates link for production
Browse files Browse the repository at this point in the history
  • Loading branch information
ArthurJahn committed Aug 11, 2022
1 parent 89d10d0 commit 4524d11
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion landing/landing/templates/tags/top_menu.html
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
{# top_menu_children parent=menuitem #}
{# Used to display child menu items #}
{% else %}
<a {% if menuitem.title == 'Blog' %} href="#" disabled {% endif %} href="{% pageurl menuitem %}" >{{ menuitem.title }}</a>
<a {% if menuitem.title == 'Blog' or menuitem.title == 'Candidatos' %} href="#" disabled {% endif %} href="{% pageurl menuitem %}" >{{ menuitem.title }}</a>
{% endif %}
</li>
{% endfor %}

0 comments on commit 4524d11

Please sign in to comment.