donacije bi sad trebalo da se pojave

This commit is contained in:
vuk 2024-04-15 21:03:12 +02:00
parent 99a78157a4
commit 2790292f3b
3 changed files with 3 additions and 0 deletions

View File

@ -10,6 +10,7 @@ PAGES = [
{'name': 'events_archive', 'titleSR': 'Arhiva događaja', 'titleEN': 'Events archive', 'style': 'events'},
{'name': 'services', 'titleSR': 'Servisi', 'titleEN': 'Services', 'style': 'services'},
{'name': 'webring', 'titleSR': 'Webring', 'titleEN': 'Webring', 'style': ''},
{'name': 'donations', 'titleSR': 'Donacije', 'titleEN': 'Donations', 'style': 'home'},
]
def buildPage(filename: str, pageTitle: str, pageHtml: str, pageStyle: str, template: str) -> str:

View File

@ -27,6 +27,7 @@
<a href="/en/services">Services</a>
<a href="/en/about">About</a>
<a href="/en/account">Account</a>
<a href="/en/donations">Donations</a>
</nav>
<span class="links">
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>

View File

@ -27,6 +27,7 @@
<a href="/services">Servisi</a>
<a href="/about">O nama</a>
<a class="account" href="/account">Nalog</a>
<a href="/donations">Donacije</a>
</nav>
<span class="links">
<a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>