1 Commits

Author SHA1 Message Date
Txrpe
313041fe72 Add link to a statute in the navbar 2024-11-17 21:13:04 +01:00
4 changed files with 3 additions and 2 deletions

View File

@@ -107,7 +107,6 @@ def build_ical(events: list[dict]) -> str:
event_template = event_template.replace("<!--DATE-->", date) event_template = event_template.replace("<!--DATE-->", date)
event_template = event_template.replace("<!--TITLE-->", title) event_template = event_template.replace("<!--TITLE-->", title)
event_template = event_template.replace("<!--URL-->", url) event_template = event_template.replace("<!--URL-->", url)
event_template = event_template.replace("<!--LOCATION-->", location)
events_ical += event_template events_ical += event_template
# Footer # Footer

View File

@@ -6,7 +6,7 @@ DTSTART;TZID=Europe/Belgrade:<!--DATE-->
DTEND;TZID=Europe/Belgrade:<!--DATE--> DTEND;TZID=Europe/Belgrade:<!--DATE-->
GEO:+44.805613;+20.479234 GEO:+44.805613;+20.479234
LAST-MODIFIED:<!--CREATED--> LAST-MODIFIED:<!--CREATED-->
LOCATION:<!--LOCATION--> LOCATION:DC Krov\, Kraljice Marije 47\, 6\, Beograd\, Serbia
STATUS:CONFIRMED STATUS:CONFIRMED
SUMMARY:<!--TITLE--> SUMMARY:<!--TITLE-->
URL;TYPE=URI:<!--URL--> URL;TYPE=URI:<!--URL-->

View File

@@ -52,6 +52,7 @@
<nav> <nav>
<a href="/en/events">Events</a> <a href="/en/events">Events</a>
<a href="/en/services">Services</a> <a href="/en/services">Services</a>
<a href="/en/statute">Statute</a>
<a href="/en/about">About</a> <a href="/en/about">About</a>
<a href="/en/account">Account</a> <a href="/en/account">Account</a>
<a href="/en/donations">Donations</a> <a href="/en/donations">Donations</a>

View File

@@ -52,6 +52,7 @@
<nav> <nav>
<a href="/events">Događaji</a> <a href="/events">Događaji</a>
<a href="/services">Servisi</a> <a href="/services">Servisi</a>
<a href="/statute">Statut</a>
<a href="/about">O nama</a> <a href="/about">O nama</a>
<a class="account" href="/account">Nalog</a> <a class="account" href="/account">Nalog</a>
<a href="/donations">Donacije</a> <a href="/donations">Donacije</a>