Browse Source

解决#1461

Signed-off-by: zouap <zouap@pcl.ac.cn>
tags/v1.22.2.2^2
zouap 3 years ago
parent
commit
1acb67d85c
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      routers/user/notification.go

+ 1
- 1
routers/user/notification.go View File

@@ -132,7 +132,7 @@ func getNotifications(c *context.Context) {
} }


c.Data["Title"] = c.Tr("notifications") c.Data["Title"] = c.Tr("notifications")
c.Data["Keyword"] = keyword
//c.Data["Keyword"] = keyword
c.Data["Status"] = status c.Data["Status"] = status
c.Data["Notifications"] = notifications c.Data["Notifications"] = notifications




Loading…
Cancel
Save