diff options
Diffstat (limited to 'stapp/templates')
-rw-r--r-- | stapp/templates/video/home.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/stapp/templates/video/home.html b/stapp/templates/video/home.html index 3b95d4e..ab17ca1 100644 --- a/stapp/templates/video/home.html +++ b/stapp/templates/video/home.html @@ -17,6 +17,9 @@ 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> |