# HG changeset patch # User cavaliet # Date 1351070382 -7200 # Node ID e46ec198c6db29a6cb5c77804f8cd33c5e56aa4f # Parent b211a1168b73267414d66cdae7f8ddb59b7d9a27 correct url in template diff -r b211a1168b73 -r e46ec198c6db src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/embed_player.html --- a/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/embed_player.html Mon Oct 22 18:30:38 2012 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/embed_player.html Wed Oct 24 11:19:42 2012 +0200 @@ -89,7 +89,7 @@ hide_timeout: 5000 },{% if annotation_block %}{ type: "CreateAnnotation", - api_endpoint_template: "{{WEB_URL}}{% url annotation_api_empty %}{% templatetag openvariable %}id{% templatetag closevariable %}.json", + api_endpoint_template: "{{WEB_URL}}{% url api_dispatch_list resource_name='annotations' api_name='1.0' %}", api_method: "PUT", after_send_timeout: 8000, show_mic_record: {% if show_mic_record %}true{% else %}false{% endif %},