# HG changeset patch # User ymh # Date 1431698041 -7200 # Node ID 3e9428287eb122d573cf0e6a3fc3ec54663c8967 # Parent d5472c8f2a064e261f31ba44a815e5d14970ef60 correct url for creator avatar diff -r d5472c8f2a06 -r 3e9428287eb1 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 Fri May 15 01:24:06 2015 +0200 +++ b/src/ldt/ldt/ldt_utils/templates/ldt/ldt_utils/partial/embed_player.html Fri May 15 15:54:01 2015 +0200 @@ -91,7 +91,7 @@ close_after_send: false, slice_annotation_type: ["chap","découpage"], creator_name: '{{request.user.username}}', - creator_avatar: '{% thumbnail request.user.image "48x48" format="PNG" crop="center" as im %}{{WEB_URL}}{{ im.url }}{% endthumbnail %}' || "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" + creator_avatar: '{% thumbnail request.user.image "48x48" format="PNG" crop="center" as im %}{{ im.url }}{% endthumbnail %}' || "https://si0.twimg.com/sticky/default_profile_images/default_profile_1_normal.png" }{% endif %},{ type: "Slideshare", container: "Slideshare_ext",