From c58f4f822c972440e810a9ba5477321113750baf Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Fri, 4 Mar 2016 18:52:35 +0100 Subject: [PATCH] setup video cards --- .../templates/festival/video_list.html | 18 +++++------------- 1 file changed, 5 insertions(+), 13 deletions(-) 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 %} -- 2.39.5