From f22cfc2c08d36c9eedffd898fd4b3cbeb17b8ef8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Je=CC=81re=CC=81my=20Fabre?= Date: Tue, 14 Feb 2017 14:32:48 +0100 Subject: [PATCH] Remove the video description in the video player --- app/templates/media/video/video_detail.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/templates/media/video/video_detail.html b/app/templates/media/video/video_detail.html index 3307b5c2..280d501c 100644 --- a/app/templates/media/video/video_detail.html +++ b/app/templates/media/video/video_detail.html @@ -58,7 +58,7 @@
    {% spaceless %} -
  1. {{ media.title }}{% if media.description %} {{ media.description }}{% endif %}
  2. +
  3. {{ media.title }}
  4. {% endspaceless %}
-- 2.39.5