remove id player
This commit is contained in:
parent
ad4b8a7215
commit
a3757e374d
1 changed files with 1 additions and 1 deletions
|
@ -60,7 +60,7 @@
|
||||||
<body>
|
<body>
|
||||||
|
|
||||||
<div class="video-container">
|
<div class="video-container">
|
||||||
<video id="player" playsinline controls>
|
<video playsinline controls>
|
||||||
<source src="{{ url_for('video_route', file_name=video_file) }}" type="video/mp4">
|
<source src="{{ url_for('video_route', file_name=video_file) }}" type="video/mp4">
|
||||||
</video>
|
</video>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue