server/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html
changeset 123 daa99448319d
parent 109 b6b20e8c4a1a
child 124 c04232f8cc53
--- a/server/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html	Mon Mar 25 18:54:23 2013 +0100
+++ b/server/src/main/webapp/WEB-INF/templates/renkanProjectEdit.html	Mon Mar 25 19:27:26 2013 +0100
@@ -26,7 +26,7 @@
         <script type="text/javascript" th:inline="javascript">
             var cowebConfig = {
         	    baseUrl: window.location.protocol + '//' + window.location.host,
-        	    adminUrl : dojoConfig.baseUrl+'admin',
+        	    adminUrl : dojoConfig.baseUrl+'ocw_admin',
         	    debug: /*[[${coweb_debug}]]*/false,
         	    useWebSockets: /*[[${coweb_websockets}]]*/false
         	};