diff options
Diffstat (limited to 'stapp/templates/video/home.html')
-rw-r--r-- | stapp/templates/video/home.html | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html index cf055ed..d1da82d 100644 --- a/stapp/templates/video/home.html +++ b/stapp/templates/video/home.html @@ -18,9 +18,6 @@ function changeDetail(video,image,idname,iddesc) {% block onload %} {% endblock onload %} {% block video %} -{% for tag in tags %} - <a href="/tags/{{tag}}/">{{tag}}</a> -{% endfor %} <video style="border:2px solid black;" width="100%" controls="controls" id="mainvideo" poster="{{play.image.url}}" preload="none" src="{{play.filename.url}}"> </video> |