Wrong label on home buttons #28
authordurandn
Mon, 19 Sep 2016 16:03:15 +0200
changeset 194 ae4fd5b75435
parent 193 bf7411b26031
child 195 83c1b68303b5
Wrong label on home buttons #28
src/iconolab/templates/iconolab/home.html
--- a/src/iconolab/templates/iconolab/home.html	Mon Sep 19 15:27:18 2016 +0200
+++ b/src/iconolab/templates/iconolab/home.html	Mon Sep 19 16:03:15 2016 +0200
@@ -18,7 +18,7 @@
     <div class="col-md-8">
       <h1 class="collection-title" style="margin-top:0px;"><small>Fonds Iconolab</small> {{ collection.verbose_name }}</h1>
       <p class="text-justify"> {{collection.description | safe}} </p>
-      <a href="{% url 'collection_home' collection.name %}" class="btn btn-default btn-sm">Contribuer au fonds {{collection.verbose_name}}</a>
+      <a href="{% url 'collection_home' collection.name %}" class="btn btn-default btn-sm">Contribuer</a>
     </div>
   </div>
 </div>