mirror of
https://github.com/Astatin3/Polyboard.git
synced 2026-06-09 08:38:01 -06:00
Finally done!
This commit is contained in:
+1
-1
@@ -52,7 +52,7 @@ class webpage():
|
||||
|
||||
def compileHtml(self, tabname, permGroups):
|
||||
html = '<li'
|
||||
if self.requiredPermGroup == '' or (self.requiredPermGroup in permGroups):
|
||||
if (self.requiredPermGroup == '') or (self.requiredPermGroup in permGroups):
|
||||
html += f' onclick=\'window.location="/{tabname}/{self.name}"\'>' +\
|
||||
self.name
|
||||
else:
|
||||
|
||||
Reference in New Issue
Block a user