Example project: fix infobox

This commit is contained in:
Juda Kaleta 2013-12-23 12:39:10 +01:00
parent 2ad0cdf0a4
commit 60e9524409

View file

@ -15,7 +15,7 @@
URL: {{ my_video.url }}
Code: {{ my_video.code }}
Thumbnail: {{ my_video.thumbnail }}
HTTPS: {% if my_video.is_secure %}Yes{% else %}No{% endif %}</pre>
HTTPS: {% if my_video.protocol == 'https' %}Yes{% else %}No{% endif %}</pre>
{% video my_video "large" %}
{% endvideo %}