From 78a75c40afa0e4f6cec54b549595296ed24be148 Mon Sep 17 00:00:00 2001 From: yomguy Date: Tue, 5 Feb 2013 16:25:31 +0100 Subject: [PATCH] fix doc links --- teleforma/templates/teleforma/inc/document_list.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teleforma/templates/teleforma/inc/document_list.html b/teleforma/templates/teleforma/inc/document_list.html index 0982c352..40433bae 100644 --- a/teleforma/templates/teleforma/inc/document_list.html +++ b/teleforma/templates/teleforma/inc/document_list.html @@ -17,9 +17,9 @@ {% if doc.course_type.all|length > 1 and type_counter > 1 %} {% else %} - {% if doc.file %}{% endif %} {{ doc.title }}{% if doc.file %}{% endif %} + {% if doc.file %}{% endif %} {{ doc.title }}{% if doc.file %}{% endif %} {{ doc.date_modified }} - {% if doc.file %}{% endif %} + {% if doc.file %}{% endif %} {% endif %} {% endfor %} -- 2.39.5