From 4a7586e9f2a1daae7414d8d08bc06a93e9dd0424 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Feb 2012 10:40:11 +0100 Subject: [PATCH] Fix printing of translation status --- html/translation.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/html/translation.html b/html/translation.html index 8592a7008..9ca8a230e 100644 --- a/html/translation.html +++ b/html/translation.html @@ -3,7 +3,7 @@ {% block content %} -

There is currently {{ obj.translated }}% translated, {{ obj.fuzzy }}% fuzzy.

+

There is currently {{ object.translated }}% translated, {{ object.fuzzy }}% fuzzy.

{% endblock %}