# HG changeset patch # User Alexandre Segura # Date 1495550979 -7200 # Node ID a051b60f4b265f5fb2a939d1345fa3568779a977 # Parent 74bed36822316ff50d25d441c3fe4d64f7f93506 Fix secondary collections. diff -r 74bed3682231 -r a051b60f4b26 src/iconolab/templates/iconolab/home.html --- a/src/iconolab/templates/iconolab/home.html Tue May 23 18:44:00 2017 +0200 +++ b/src/iconolab/templates/iconolab/home.html Tue May 23 16:49:39 2017 +0200 @@ -126,32 +126,14 @@ {% endthumbnail %}
- -

Fonds {{ collection.verbose_name }}

+

{{ collection.verbose_name }}

{{collection.description | safe}} - {% if collection.complete_description %} Voir plus

{% endif %}

-

- {{collection.complete_description | safe}} - Voir moins -

- Contribuer + Contribuer
{% endfor %} - {% if collections_secondary %} -
-

Les autres fonds d'images

- -
- {% endif %} {% endblock %}