mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Example project: fix infobox
This commit is contained in:
parent
2ad0cdf0a4
commit
60e9524409
1 changed files with 1 additions and 1 deletions
|
|
@ -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 %}
|
||||
|
|
|
|||
Loading…
Reference in a new issue