diff --git a/webapp_profile.py b/webapp_profile.py index 88a206575..63e444bdd 100644 --- a/webapp_profile.py +++ b/webapp_profile.py @@ -867,16 +867,16 @@ def htmlProfile(rssIconAtTop: bool, elif selected == 'skills': profileStr += \ _htmlProfileSkills(translate, nickname, domainFull, extraJson) - elif selected == 'shares': - profileStr += \ - _htmlProfileShares(actor, translate, - nickname, domainFull, - extraJson, 'shares') + licenseStr - elif selected == 'wanted': - profileStr += \ - _htmlProfileShares(actor, translate, - nickname, domainFull, - extraJson, 'wanted') + licenseStr +# elif selected == 'shares': +# profileStr += \ +# _htmlProfileShares(actor, translate, +# nickname, domainFull, +# extraJson, 'shares') + licenseStr +# elif selected == 'wanted': +# profileStr += \ +# _htmlProfileShares(actor, translate, +# nickname, domainFull, +# extraJson, 'wanted') + licenseStr # end of #timeline profileStr += ''