]> git.parisson.com Git - teleforma.git/commitdiff
FIXME comment buggy empty news list
authorGuillaume Pellerin <yomguy@parisson.com>
Thu, 27 Sep 2018 06:19:52 +0000 (08:19 +0200)
committerGuillaume Pellerin <yomguy@parisson.com>
Thu, 27 Sep 2018 06:19:52 +0000 (08:19 +0200)
teleforma/templates/teleforma/inc/newsitems_portlet.html

index a0a072b5dda79154b02c5d68740c1d4dcb5d7606..5b3a247c836fe1cc926051903ba175ce157ece76 100644 (file)
@@ -19,7 +19,7 @@
         </section>
         {% if course_newsitems|length >= 5 %}
         <footer>
-            <a href="{% url newsitem-list %}?course_id={{ course.id }}">Voir plus</a>
+           {% comment %} <a href="{% url newsitem-list %}?course_id={{ course.id }}">Voir plus</a> {% endcomment %}
         </footer>
         {% endif %}
     </div>
@@ -33,4 +33,4 @@
         </footer>
         {% endif %}
     </div>
-</div>
\ No newline at end of file
+</div>