Update changepassword.go

use key "page_title_change_password"
This commit is contained in:
yhua123 2016-07-06 16:10:38 +08:00 committed by GitHub
parent c5a26cdd64
commit 2a915785d3

View File

@ -7,5 +7,5 @@ type ChangePasswordController struct {
// Get renders the change password page
func (asc *ChangePasswordController) Get() {
asc.Forward("page_title_reset_password", "change-password.htm")
asc.Forward("page_title_change_password", "change-password.htm")
}