src/iconolab/templates/iconolab/home.html
changeset 526 6c879e963a93
parent 524 a051b60f4b26
child 529 4637e536a126
--- a/src/iconolab/templates/iconolab/home.html	Tue May 23 19:10:45 2017 +0200
+++ b/src/iconolab/templates/iconolab/home.html	Wed May 24 16:45:53 2017 +0200
@@ -76,7 +76,7 @@
                 <small class="pull-right">{{ annotation.current_revision.created|naturaltime }}</small>
               </h4>
               <p>
-                {% for contributor in annotation.stats.contributors %}
+                {% for contributor in annotation.stats.contributors.all %}
                 <a href="{% url 'user_home' slug=contributor.username %}">{{ contributor.username }}</a>
                 {% endfor %}
               </p>