mirror of https://gitlab.com/bashrc2/epicyon
Move display of skills to its own method
parent
897dfa75b1
commit
8e5ae4fcd1
|
@ -6975,7 +6975,7 @@ class PubServer(BaseHTTPRequestHandler):
|
|||
|
||||
# show skills on the profile page
|
||||
if self.path.endswith('/skills') and '/users/' in self.path:
|
||||
if self._showRoles(authorized,
|
||||
if self._showSkills(authorized,
|
||||
callingDomain, self.path,
|
||||
self.server.baseDir,
|
||||
self.server.httpPrefix,
|
||||
|
|
Loading…
Reference in New Issue