From 55290cca3f976c9a407138d85e492e94616ac807 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 7 Dec 2015 13:58:45 +0100 Subject: [PATCH] fix no quiz --- teleforma/templates/teleforma/seminar_detail.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/teleforma/templates/teleforma/seminar_detail.html b/teleforma/templates/teleforma/seminar_detail.html index dcf80c9e..060cfad4 100644 --- a/teleforma/templates/teleforma/seminar_detail.html +++ b/teleforma/templates/teleforma/seminar_detail.html @@ -156,12 +156,14 @@ $(window).ready(function( ){ {% endwith %} + {% if seminar.quiz %}

{% trans "Step" %} 2bis : {% trans "Quiz" %}

{% include "teleforma/inc/quiz_list.html" %}
+ {% endif %} {% with seminar.docs_2 as docs %}
-- 2.39.5