Merge pull request #27 from juliadotter/WEB-172

Fixed bug WEB-172
This commit is contained in:
mayhew64 2014-12-19 07:15:32 -05:00
commit 8ee94df8b4

View File

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