Skip to content

Commit

Permalink
Agenda in nav bar
Browse files Browse the repository at this point in the history
  • Loading branch information
Ariel Jolo committed Nov 13, 2023
1 parent 86138df commit 4ab2a30
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions app/templates/components/navbar.html
Original file line number Diff line number Diff line change
Expand Up @@ -33,14 +33,14 @@
{# Put the items (apart of brand) of the navbar here #}
<a class="nav-link nav-item"
href="{{ url_for('index', lang_code=lang_code) }}">{{ _("Home") }}</a>
<a class="nav-link nav-item" style="font-weight: bold; color: yellow"
href="{{ url_for('agenda', lang_code=lang_code) }}">{{ _("Agenda") }}</a>
<a class="nav-link nav-item"
href="{{ url_for('sponsors', lang_code=lang_code) }}">{{ _("Sponsors") }}</a>
<a href="{{ url_for('code_of_conduct', lang_code=lang_code) }}"
class="nav-item nav-link px-2 text-white">{{ _("Código de Conducta") }}</a>
<a href="https://2023.nerdear.la"
class="nav-item nav-link px-2 text-white">{{ _("Edición anterior") }}</a>
{# <a class="nav-link nav-item"
href="{{ url_for('agenda', lang_code=lang_code) }}">{{ _("Agenda") }}</a> #}
{# <a class="nav-link nav-item"
href="https://nerdear.live/sponsors">{{ _("Stands virtuales") }}</a> #}
{# <a class="nav-link nav-item"
Expand Down

0 comments on commit 4ab2a30

Please sign in to comment.