moved System Administration link back into Administration community, fixed up some bugs around that

This commit is contained in:
2025-10-17 13:16:14 -06:00
parent 137bf35a8b
commit be5b3a426d
6 changed files with 40 additions and 15 deletions
+1 -1
View File
@@ -416,7 +416,7 @@ func ShowProfile(ctxt ui.AmContext) (string, any, error) {
ctxt.VarMap().Set("addrLast", b.String())
if ci.Country != nil {
country := countries.ByName(*ci.Country)
ctxt.VarMap().Set("country", country.String())
ctxt.VarMap().Set("country", country.Emoji()+" "+country.String())
}
if !pvtPhone && ci.Phone != nil {
ctxt.VarMap().Set("phone", *ci.Phone)