--- a/src/iconolab/templates/iconolab/home.html Tue Jan 17 11:53:30 2017 +0100
+++ b/src/iconolab/templates/iconolab/home.html Tue Jan 17 11:55:14 2017 +0100
@@ -21,7 +21,7 @@
<div>
<a href="{% url 'collection_home' collection.name %}">
<img src="{{ im.url }}" width="{{ im.width }}" height="{{ im.height }}">
- </a>
+ </a>
</div>
{% endthumbnail %}
</div>
@@ -46,12 +46,12 @@
<li><div id="show-main-collections" class="btn btn-default btn-xs btn-collection" @click="showMainPanel()">Retour page principale</div></li>
</ul>
<h1 class="collection-title"><small>Fonds</small> {{ collection.verbose_name }}</h1>
- <p id="collection-description-short-{{collection.name}}" class="text-justify collection-description">
- {{collection.description | safe}}
+ <p id="collection-description-short-{{collection.name}}" class="text-justify collection-description">
+ {{collection.description | safe}}
{% if collection.complete_description %}<a id="show-complete-{{collection.name}}" class="show-complete-link" @click="showCompleteDescription('{{collection.name}}')"> Voir plus</a></p>{% endif %}
</p>
<p id="collection-description-complete-{{collection.name}}" class="text-justify collection-description-complete">
- {{collection.complete_description | safe}}
+ {{collection.complete_description | safe}}
<a id="hide-complete-{{collection.name}}" class="hide-complete-link" @click="hideCompleteDescription('{{collection.name}}')"> Voir moins</a>
</p>
<a href="{% url 'collection_home' collection.name %}" class="btn btn-default btn-sm">Contribuer</a>
@@ -61,7 +61,7 @@
{% endfor %}
{% if collections_secondary %}
<div class="collection-navbar text-center">
- <h4>Les autres fonds d'images du projet Iconolab</h4>
+ <h4>Les autres fonds d'images</h4>
<ul class="list-inline list-unstyled">
{% for collection in collections_secondary %}
<li><div id="show-collection-{{collection.name}}" class="btn btn-default btn-xs btn-collection" @click="pickOtherCollection('{{collection.name}}')">{{collection.verbose_name}}</div></li>