Profile
This commit is contained in:
@@ -92,7 +92,7 @@ public class ProfileController {
|
||||
new Message(WebContext.getI18nValue(ConstantsOperateMessage.UPDATE_ERROR), MessageType.error);
|
||||
}
|
||||
|
||||
return WebContext.forward("forwardMyProfile");
|
||||
return WebContext.redirect("/profile/myProfile");
|
||||
|
||||
}
|
||||
|
||||
|
||||
@@ -17,7 +17,7 @@
|
||||
<#include "../layout/top.ftl"/>
|
||||
<#include "../layout/nav_primary.ftl"/>
|
||||
<div class="container">
|
||||
<form id="actionForm"
|
||||
<form id="actionFormProfile"
|
||||
method="post"
|
||||
type="alert"
|
||||
forward="<@base/>/profile/myProfile"
|
||||
|
||||
Reference in New Issue
Block a user