]> git.openstreetmap.org Git - osqa.git/blobdiff - forum/skins/default/templates/users/votes.html
Besides making an option to make usernames to be editable, is also good that users...
[osqa.git] / forum / skins / default / templates / users / votes.html
index 9d187bf221c8e5cedbe1bff6b577f2bf00c50f72..a6cc64f365d0d2fd747ca7fff4514ca14c9ab986 100644 (file)
@@ -11,7 +11,7 @@
             <div style="clear:both;line-height:20px" >
                 <div style="width:150px;float:left">{% diff_date vote.voted_at 3 %}</div>
                 <div style="width:30px;float:left">
-                {% ifequal vote.vote 1 %}
+                {% ifequal vote.value 1 %}
                     <img src="{% media  "/media/images/vote-arrow-up-on.png" %}" title="{% trans "upvote" %}">
                 {% else %}
                     <img src="{% media  "/media/images/vote-arrow-down-on.png" %}" title="{% trans "downvote" %}">