remove useless comment
authorcavaliet
Thu, 27 Jun 2013 12:58:16 +0200
changeset 171 1a1f3958c551
parent 170 ed256af483f4
child 173 480ab94bf0fe
child 179 b7fabb9e5d9f
remove useless comment
src/egonomy/templates/egonomy_view_collection.html
--- a/src/egonomy/templates/egonomy_view_collection.html	Thu Jun 27 12:56:41 2013 +0200
+++ b/src/egonomy/templates/egonomy_view_collection.html	Thu Jun 27 12:58:16 2013 +0200
@@ -132,7 +132,6 @@
                     </div>
                     <div class="col-right">
                         <div class="project-title">
-                            {# if col.author == user %}<a class="edit toggle" href="#"><img alt="" src="{% static 'egonomy/img/icon-pencil-15.png' %}"></a>{% endif #}
                             {% if col.author == user %}<a class="tool edit toggle" href="#"></a>{% endif %}
                             <h3>{{ fragment.title }}</h3>
                             <h4>{{ fragment.author }}</h4>
@@ -182,7 +181,6 @@
                     </div>
                     <div class="col-right">
                         <div class="project-title">
-                            {# if col.author == user %}<a class="edit toggle" href="#"><img alt="" src="{% static 'egonomy/img/icon-pencil-15.png' %}"></a>{% endif #}
                             {% if col.author == user %}<a class="tool edit toggle" href="#"></a>{% endif %}
                             <h3>{{ img.metadata.titre }}</h3>
                             <h4>{{ img.metadata.auteur }}</h4>