Yoginth 7 anni fa
parent
commit
1ed5c2ca87
1 ha cambiato i file con 0 aggiunte e 1 eliminazioni
  1. 0 1
      routes/user/certificate.go

+ 0 - 1
routes/user/certificate.go

@@ -12,7 +12,6 @@ const (
 func InternCertificate(c *context.Context) {
 	ctxUser := GetUserByName(c, strings.TrimSuffix(c.Params(":username"), ""))
 
-	c.Data["Title"] = ctxUser.DisplayName()
 	c.Data["PageIsUserProfile"] = true
 	c.Data["Owner"] = ctxUser