Removed empty character for no results cell.

This commit is contained in:
Emanuel Schuetze 2011-09-21 21:17:22 +02:00
parent 2f027663ed
commit 28d7d17587

View File

@ -71,7 +71,7 @@
{% if v != "-" %}<img src="/static/images/icons/voting-yes.png" title="{% trans 'Yes' %}">{% endif %} {% if v != "-" %}<img src="/static/images/icons/voting-yes.png" title="{% trans 'Yes' %}">{% endif %}
{{ v }} {{ v }}
{% endif %} {% endif %}
{% else %}&empty;{% endif %} {% endif %}
</td> </td>
{% endfor %} {% endfor %}
{% endwith %} {% endwith %}