mirror of
https://github.com/Hopiu/django-embed-video.git
synced 2026-03-16 21:30:23 +00:00
Fix doc example [skip ci]
This commit is contained in:
parent
45203418ff
commit
15e8e68943
1 changed files with 2 additions and 2 deletions
|
|
@ -54,8 +54,8 @@ to url.
|
|||
|
||||
::
|
||||
|
||||
{% video my_video query="rel=0&wmode=transparent" is_secure=True %}
|
||||
{{ video.url }} {# always with https #}
|
||||
{% video my_video query="rel=0&wmode=transparent" is_secure=True as my_video %}
|
||||
{{ my_video.url }} {# always with https #}
|
||||
{% endvideo %}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue