From: yomguy Date: Mon, 11 Jun 2012 12:52:40 +0000 (+0200) Subject: fix doc types X-Git-Tag: 0.5.2^2~3 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=6278b666ef0aa8f41ba52d6039fe70d20ae82da1;p=teleforma.git fix doc types --- 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 %}