change to fix WEB-164, some other UI updates

This commit is contained in:
Jason White
2014-09-24 21:07:30 -04:00
parent 302aff54a3
commit f6ac85168b
4 changed files with 9 additions and 8 deletions

View File

@ -151,7 +151,7 @@ WebSession webSession = ((WebSession)session.getAttribute("websession"));
</td>
<td width="190">&nbsp;</td>
<td width="76">
<form method="POST">
<form method="POST" action="<%=webSession.getCurrentLesson().getFormAction()%>">
<input type="submit" name="action" value="<%=CrossSiteScripting.LOGOUT_ACTION%>"/>
</form>
</td>