Open
Description
If organizations are available, there is a link to the /profile
URL - Shouldn't this use g.user.profile_url
? (like in the else condition)
Additionally, {{ org.link }}
gives you a relative path. Like /fragments/
.
The client might not have org pages at that URL. Are these supposed to map to the org URL on Lastuser?
baseframe/baseframe/templates/baseframe/mui/components.html.jinja2
Lines 90 to 97 in 174d980