Skip to content

Commit

Permalink
update: update advent calendar to 2024
Browse files Browse the repository at this point in the history
  • Loading branch information
Hako2807 authored Nov 29, 2024
1 parent a0fd72f commit 8c36060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ <h5 class="modal-title" id="exampleModalLongTitle">Ny student?</h5>
<a class="dropdown-item" href="{% url "games_list" %}">Spill</a>
<a class="dropdown-item" href="{% url "news_list" %}">Nyheter</a>
<!-- <a class="dropdown-item" href="{% url "blog" %}">Blogg</a> -->
<a class="dropdown-item" href="{% url "advent_calendar" "2023" %}">Joulekalender 2023</a>
<a class="dropdown-item" href="{% url "advent_calendar" "2024" %}">Joulekalender 2024</a>

<li class="nav-item mr-1 dropdown ">
<a href="#ting" class="nav-link dropdown-toggle text-light" data-toggle="dropdown" id="navbarDropdown1" role="button" aria-haspopup="true" aria-expanded="false">
Expand Down

0 comments on commit 8c36060

Please sign in to comment.