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: