From: Guillaume Pellerin Date: Fri, 4 Mar 2016 17:52:35 +0000 (+0100) Subject: setup video cards X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=c58f4f822c972440e810a9ba5477321113750baf;p=mezzo.git setup video cards --- diff --git a/app/festival/templates/festival/video_list.html b/app/festival/templates/festival/video_list.html index aa21a541..19419d4a 100644 --- a/app/festival/templates/festival/video_list.html +++ b/app/festival/templates/festival/video_list.html @@ -4,26 +4,18 @@ {% block main %} -
- -
- - -{#
+
+ {% for video in object_list %}
-

Video title

+

{{ video.title }}

Lire la video
-
#} - + {% endfor %} +
{% endblock %}