forked from Decentrala/website
		
	donacije bi sad trebalo da se pojave
This commit is contained in:
		@@ -10,6 +10,7 @@ PAGES = [
 | 
				
			|||||||
    {'name': 'events_archive', 'titleSR': 'Arhiva događaja', 'titleEN': 'Events archive', 'style': 'events'},
 | 
					    {'name': 'events_archive', 'titleSR': 'Arhiva događaja', 'titleEN': 'Events archive', 'style': 'events'},
 | 
				
			||||||
    {'name': 'services', 'titleSR': 'Servisi', 'titleEN': 'Services', 'style': 'services'},
 | 
					    {'name': 'services', 'titleSR': 'Servisi', 'titleEN': 'Services', 'style': 'services'},
 | 
				
			||||||
    {'name': 'webring', 'titleSR': 'Webring', 'titleEN': 'Webring', 'style': ''},
 | 
					    {'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:
 | 
					def buildPage(filename: str, pageTitle: str, pageHtml: str, pageStyle: str, template: str) -> str:
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,6 +27,7 @@
 | 
				
			|||||||
      <a href="/en/services">Services</a>
 | 
					      <a href="/en/services">Services</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>
 | 
				
			||||||
    </nav>
 | 
					    </nav>
 | 
				
			||||||
    <span class="links">
 | 
					    <span class="links">
 | 
				
			||||||
      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>
 | 
					      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>
 | 
				
			||||||
 
 | 
				
			|||||||
@@ -27,6 +27,7 @@
 | 
				
			|||||||
      <a href="/services">Servisi</a>
 | 
					      <a href="/services">Servisi</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>
 | 
				
			||||||
    </nav>
 | 
					    </nav>
 | 
				
			||||||
    <span class="links">
 | 
					    <span class="links">
 | 
				
			||||||
      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>
 | 
					      <a href="https://creativecommons.org/licenses/by-nc-sa/4.0/"><img src="/img/cc-light.svg" alt="CreativeCommons"></a>
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user