Skip to content

Commit 1b5c158

Browse files
authored
Update base.html - aggiunta menu link programma su pretalx
1 parent 4085b08 commit 1b5c158

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

templates/base.html

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,9 @@
2626
</a>
2727
<a onclick="toggleMenu()" class="button button-overflow">&#8801;</a>
2828
<nav id="main-nav">
29-
<a href="/campeggio">Camp</a>
29+
<a href="https://pretalx.endsummer.camp/2K25/schedule/">Programma</a>
3030
<a href="/schedule">Contenuti</a>
31+
<a href="/campeggio">Camp</a>
3132
<a href="/faq">FAQ</a>
3233
<a href="https://www.endsummercamp.org/index.php/Main_Page">Wiki</a>
3334
<a href="http://t.me/endsummercamp" class="button telegram">Telegram</a>
@@ -67,4 +68,4 @@
6768
</script>
6869
</body>
6970

70-
</html>
71+
</html>

0 commit comments

Comments
 (0)