Index: lams_central/web/profile/editprofile.jsp =================================================================== diff -u -r0c4dd9644dcb13ab9edcdd354f6f28945a09684a -rc5a709e4cb42d0729ad3fbd814714fb27dd844df --- lams_central/web/profile/editprofile.jsp (.../editprofile.jsp) (revision 0c4dd9644dcb13ab9edcdd354f6f28945a09684a) +++ lams_central/web/profile/editprofile.jsp (.../editprofile.jsp) (revision c5a709e4cb42d0729ad3fbd814714fb27dd844df) @@ -1,7 +1,8 @@ <%@ page contentType="text/html; charset=utf-8" language="java"%> -<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> +<%@ taglib uri="http://www.springframework.org/tags/form" prefix="form" %> +<%@ taglib uri="csrfguard" prefix="csrf" %> <%@ taglib uri="tags-core" prefix="c"%> <%@ taglib uri="tags-fmt" prefix="fmt"%> <%@ taglib uri="tags-lams" prefix="lams"%> @@ -45,6 +46,7 @@