Fixed bug WEB-172

This commit is contained in:
Nina Alex Juliadotter 2014-12-15 18:39:45 +11:00
parent e77dda3f22
commit d714aad80f

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>