From 6278b666ef0aa8f41ba52d6039fe70d20ae82da1 Mon Sep 17 00:00:00 2001 From: yomguy Date: Mon, 11 Jun 2012 14:52:40 +0200 Subject: [PATCH] fix doc types --- teleforma/templates/teleforma/inc/document_list.html | 2 -- 1 file changed, 2 deletions(-) diff --git a/teleforma/templates/teleforma/inc/document_list.html b/teleforma/templates/teleforma/inc/document_list.html index a0e494ce..b37e1f7d 100644 --- a/teleforma/templates/teleforma/inc/document_list.html +++ b/teleforma/templates/teleforma/inc/document_list.html @@ -21,7 +21,6 @@ {% for document in course.document.all|from_course_type:type %} - {% if document.type == doc_type %} {% if document.file %}{% endif %}{{ document.title }}{% if document.file %}{% endif %} @@ -32,7 +31,6 @@ {{ document.date_added }} {% if document.file %}{% endif %} - {% endif %} {% endfor %} -- 2.39.5