diff --git a/templates/instance/local.html b/templates/instance/local.html index 4d4bbc6..2113855 100644 --- a/templates/instance/local.html +++ b/templates/instance/local.html @@ -8,7 +8,9 @@
{% for video in videos.data %}
- + + +
{{ video.name }} diff --git a/templates/instance/most-liked.html b/templates/instance/most-liked.html index a6eaddd..3d543ad 100644 --- a/templates/instance/most-liked.html +++ b/templates/instance/most-liked.html @@ -8,7 +8,9 @@
{% for video in videos.data %}
- + + +
{{ video.name }} diff --git a/templates/instance/recently-added.html b/templates/instance/recently-added.html index 7cbcbd8..697a624 100644 --- a/templates/instance/recently-added.html +++ b/templates/instance/recently-added.html @@ -8,7 +8,9 @@
{% for video in videos.data %}
- + + +
{{ video.name }} diff --git a/templates/instance/trending.html b/templates/instance/trending.html index 4b5afdf..abf07e2 100644 --- a/templates/instance/trending.html +++ b/templates/instance/trending.html @@ -8,7 +8,9 @@
{% for video in videos.data %}