Fix printing of translation status

This commit is contained in:
Michal Čihař 2012-02-28 10:40:11 +01:00
parent d44d4c80d4
commit 4a7586e9f2

View File

@ -3,7 +3,7 @@
{% block content %}
<p>There is currently {{ obj.translated }}% translated, {{ obj.fuzzy }}% fuzzy.</p>
<p>There is currently {{ object.translated }}% translated, {{ object.fuzzy }}% fuzzy.</p>
{% endblock %}