diff --git a/src/main/java/se/su/dsv/scipro/user/panels/EmployeeProfilePanel.html b/src/main/java/se/su/dsv/scipro/user/panels/EmployeeProfilePanel.html
index 2481d6735b..02fe914b63 100644
--- a/src/main/java/se/su/dsv/scipro/user/panels/EmployeeProfilePanel.html
+++ b/src/main/java/se/su/dsv/scipro/user/panels/EmployeeProfilePanel.html
@@ -2,6 +2,15 @@
 <html xmlns:wicket="http://wicket.apache.org/dtds.data/wicket-xhtml1.4-strict.dtd">
 <body>
 <wicket:extend>
+			<div class="info-box rounded-box last">
+							<p>
+								It has come to the developers attention that this page does not work properly. We are working hard to 
+								fix the problems as fast as we can, but in the meantime be aware that pressing the save button multiple 
+								times without reloading the page will result in an error, and that some keywords when selected are 
+								not possible to unselect. So take care when selecting the keywords and choose only those which you are 
+								sure you will not want to unselect. A new page is being worked on and will be up ASAP. 
+							</p>
+						</div>
 			<div><label>Select what languages you can supervise in: </label></div>
 			<div wicket:id="languageSelection"></div>
 			<div wicket:id="keywordSelection"></div>