From fa96010c571fc408ef0d433ec7765e45c4538767 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Mon, 16 Dec 2013 23:06:50 +0100 Subject: [PATCH] fix answer template --- teleforma/templates/teleforma/answer_detail.html | 2 +- teleforma/templates/teleforma/answers.html | 15 +++++++-------- 2 files changed, 8 insertions(+), 9 deletions(-) diff --git a/teleforma/templates/teleforma/answer_detail.html b/teleforma/templates/teleforma/answer_detail.html index d1f037f7..fe64073d 100644 --- a/teleforma/templates/teleforma/answer_detail.html +++ b/teleforma/templates/teleforma/answer_detail.html @@ -1,4 +1,4 @@ -{% extends "teleforma/seminar_detail.html" %} +{% extends "teleforma/answers.html" %} {% load teleforma_tags %} {% load i18n %} diff --git a/teleforma/templates/teleforma/answers.html b/teleforma/templates/teleforma/answers.html index b9d73875..7ccea975 100644 --- a/teleforma/templates/teleforma/answers.html +++ b/teleforma/templates/teleforma/answers.html @@ -36,20 +36,19 @@ var answerUtils = { {% block modules %}
-

playlists{% trans "Answers" %}

-
- +
+{% endblock modules %} -{% endblock modules %}
-- 2.39.5