From: yomguy Date: Fri, 15 Feb 2013 14:44:12 +0000 (+0100) Subject: add steps icons X-Git-Tag: 0.9-probarreau~63 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=984e3ebe74b6e908eec42372f987e869871c8171;p=teleforma.git add steps icons --- diff --git a/teleforma/templates/teleforma/inc/document_step.html b/teleforma/templates/teleforma/inc/document_step.html index be4c6d8a..7f8d4bdb 100644 --- a/teleforma/templates/teleforma/inc/document_step.html +++ b/teleforma/templates/teleforma/inc/document_step.html @@ -5,7 +5,7 @@ {% for doc in docs.all %} - {% if doc.file %}{% endif %} {{ doc.title }}{% if doc.file %}{% endif %} + {% if doc.file %}{% endif %} {{ doc.title }}{% if doc.file %}{% endif %}{% if user in doc.readers.all %} {% endif %} {% endfor %} diff --git a/teleforma/templates/teleforma/inc/media_step.html b/teleforma/templates/teleforma/inc/media_step.html index 8e5af06b..ec92a34a 100644 --- a/teleforma/templates/teleforma/inc/media_step.html +++ b/teleforma/templates/teleforma/inc/media_step.html @@ -9,7 +9,7 @@ - {{ media.item.title }} + {{ media.item.title }}{% if user in media.readers.all %} {% endif %}