Unverified Commit efe77abd authored by seb-b's avatar seb-b Committed by GitHub
Browse files

Merge pull request #48 from jkevingutierrez/patch-3

Fix quotes in video_chooser.html
parents ce13eb97 bfaeec70
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
{% block chosen_state_view %} {% block chosen_state_view %}
<div class="preview-image"> <div class="preview-image">
{% if video and video.thumbnail %} {% if video and video.thumbnail %}
<img src='{{video.thumbnail.url}}' width="165" height="165" class="show-transparency"> <img src="{{video.thumbnail.url}}" width="165" height="165" class="show-transparency">
{% else %} {% else %}
<img width="165" height="165" class="show-transparency"> <img width="165" height="165" class="show-transparency">
{% endif %} {% endif %}
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment