License doesn't need to be on every tab

main2
Bob Mottram 2019-10-03 15:36:22 +01:00
parent 68515fcf48
commit 121665b46a
1 changed files with 2 additions and 2 deletions

View File

@ -1319,10 +1319,10 @@ def htmlProfile(translate: {},projectVersion: str, \
pageNumber,maxItemsPerPage)
if selected=='roles':
profileStr+= \
htmlProfileRoles(translate,nickname,domainFull,extraJson)+licenseStr
htmlProfileRoles(translate,nickname,domainFull,extraJson)
if selected=='skills':
profileStr+= \
htmlProfileSkills(translate,nickname,domainFull,extraJson)+licenseStr
htmlProfileSkills(translate,nickname,domainFull,extraJson)
if selected=='shares':
profileStr+= \
htmlProfileShares(translate,nickname,domainFull,extraJson)+licenseStr