From: Jérémy Fabre Date: Tue, 14 Feb 2017 13:32:48 +0000 (+0100) Subject: Remove the video description in the video player X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=f22cfc2c08d36c9eedffd898fd4b3cbeb17b8ef8;p=mezzo.git Remove the video description in the video player --- 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 %}