Skip to content

Commit d714aad

Browse files
committed
Fixed bug WEB-172
1 parent e77dda3 commit d714aad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/webapp/lessons/RoleBasedAccessControl/ViewProfile.jsp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,7 @@
148148
</td>
149149
<td width="190">&nbsp;</td>
150150
<td width="76">
151-
<form method="POST">
151+
<form method="POST" action="<%=webSession.getCurrentLesson().getFormAction()%>">
152152
<input type="submit" name="action" value="<%=RoleBasedAccessControl.LOGOUT_ACTION%>"/>
153153
</form>
154154
</td>

0 commit comments

Comments
 (0)