# HG changeset patch # User ymh # Date 1353173397 -3600 # Node ID b31ba28871ca7be3c77768e00fac4a84d378323d # Parent f4cdccbaa5573a2bdce2de2478822679413a16ea Back to normal annotation widget diff -r f4cdccbaa557 -r b31ba28871ca src/hp/templates/hp/partial/embed_player.html --- a/src/hp/templates/hp/partial/embed_player.html Fri Nov 16 18:42:16 2012 +0100 +++ b/src/hp/templates/hp/partial/embed_player.html Sat Nov 17 18:29:57 2012 +0100 @@ -44,7 +44,12 @@ { type: "Slider" }, { type: "Controller" }, { type: "Polemic" }, - { type: "MultiSegments" }, + { type: "Segments" }, + { + type: "Annotation", + search_on_tag_click: false, + start_minimized: false + }, { type: "Tweet" }, { type: "KnowledgeConcierge", diff -r f4cdccbaa557 -r b31ba28871ca src/hp/views.py --- a/src/hp/views.py Fri Nov 16 18:42:16 2012 +0100 +++ b/src/hp/views.py Sat Nov 17 18:29:57 2012 +0100 @@ -58,6 +58,7 @@ kc_id = None topic_id = None + project_id = "" kc_relation_list = list(VideoKCRel.objects.filter(iri_id=content_id)[:1])