Small fix on collection home
authordurandn
Thu, 18 Aug 2016 16:41:55 +0200
changeset 141 994da0aff505
parent 140 b0aae3bc25d2
child 142 93b706801905
Small fix on collection home
src/iconolab/templates/iconolab/collection_home.html
--- a/src/iconolab/templates/iconolab/collection_home.html	Thu Aug 18 15:46:01 2016 +0200
+++ b/src/iconolab/templates/iconolab/collection_home.html	Thu Aug 18 16:41:55 2016 +0200
@@ -7,7 +7,7 @@
 {% load iconolab_tags %}
 
 {% block content %}
-<h2><small>Page principale: </small>{{collection.verbose_name}}</h2><br>
+<h2>{{collection.verbose_name}}</h2><br>
 
 <ul class="nav nav-tabs">
   <li id="tab-recent" role="presentation" {% if recent_annotations %} class="active" {% endif %}><a class="collection-home-tab" id="show-recent">Annotations récentes</a></li>