Added slider and improved behavior of video analysis
This commit is contained in:
@@ -173,6 +173,7 @@ $('#id_workouttype').change();
|
||||
{% endfor %}
|
||||
{% for video in videos %}
|
||||
<li>
|
||||
<div>{{ video.name }}</div>
|
||||
<a href="/rowers/video/{{ video.id|encode }}/">
|
||||
<img src="https://img.youtube.com/vi/{{ video.video_id }}/hqdefault.jpg"/>
|
||||
</a>
|
||||
|
||||
Reference in New Issue
Block a user