Skip to content

Commit

Permalink
Merge pull request #1006 from /issues/1000/estilo-medianaranja
Browse files Browse the repository at this point in the history
Fix navbar
lissteilor authored Nov 8, 2017

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
2 parents dc1bd06 + c6e7956 commit f29fa39
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion votai_general_theme/templates/_navbar.html
Original file line number Diff line number Diff line change
@@ -26,7 +26,7 @@
{% if user.is_staff or config.CANDIDATES_ARE_DISPLAYED %}
<li><a href="{% url 'know_your_candidates' %}" onclick="ga('send', 'event', 'nav-conoce-tus-candidatos', 'click')">Candidaturas</a></li>
{% endif %}
<li><a href="{% url 'medianaranja2:index' %}" onclick="ga('send', 'event', 'nav-media-naranja', 'click')">Media naranja política</a></li>
<li><a href="{% url 'medianaranja2:index' %}" onclick="ga('send', 'event', 'nav-media-naranja', 'click')">Media naranja</a></li>
<li><a href="{% url 'material_ciudadano' %}" onclick="ga('send', 'event', 'nav-material-ciudadano', 'click')">Material ciudadano</a></li>
{% include "_dropdown_user.html" with user=user %}
<li>

0 comments on commit f29fa39

Please sign in to comment.