correction of a small error in the iframe_url in workspace
authorgrandjoncl
Mon, 03 Dec 2012 16:16:29 +0100
changeset 1008 122c9f3a933a
parent 1007 a6d47caa7fc0
child 1009 760f6643d4cf
correction of a small error in the iframe_url in workspace
src/ldt/ldt/ldt_utils/views/workspace.py
--- a/src/ldt/ldt/ldt_utils/views/workspace.py	Mon Dec 03 16:12:53 2012 +0100
+++ b/src/ldt/ldt/ldt_utils/views/workspace.py	Mon Dec 03 16:16:29 2012 +0100
@@ -182,7 +182,7 @@
     project_contents = project.contents.all()
     content=project_contents[0]
     WEB_URL=get_web_url(request)
-    iframe_url = mark_safe(WEB_URL+settings.BASE_URL+"ldt/embediframe/?content_id="+content.iri_id)
+    iframe_url = mark_safe(WEB_URL+settings.BASE_URL+"ldtplatform/ldt/embediframe/?content_id="+content.iri_id)
     external_url = None
     if content.src is not None:
         for external_src in settings.EXTERNAL_STREAM_SRC: