diff options
Diffstat (limited to 'stapp')
-rw-r--r-- | stapp/static/video/css/style.css | 2 | ||||
-rw-r--r-- | stapp/templates/video/home.html | 3 |
2 files changed, 1 insertions, 4 deletions
diff --git a/stapp/static/video/css/style.css b/stapp/static/video/css/style.css index da6ce4b..4aa6c6e 100644 --- a/stapp/static/video/css/style.css +++ b/stapp/static/video/css/style.css @@ -12,7 +12,7 @@ body{ .main-video{ padding: 30px 20px 20px; - height : 495px; + height : 100%; } .module-list{ 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> |