# HG changeset patch # User grandjoncl # Date 1354547789 -3600 # Node ID 122c9f3a933abf3435ff23ef444c3af7a9419c7f # Parent a6d47caa7fc0587966c7b3e5ab520e663a25e073 correction of a small error in the iframe_url in workspace diff -r a6d47caa7fc0 -r 122c9f3a933a 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: