From a358491a87c8bfc4a4a1233ea4247228c3419336 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Tue, 28 Feb 2012 15:54:04 +0100 Subject: [PATCH] Actually display something on translate page --- html/translate.html | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/html/translate.html b/html/translate.html index d05868a04..d723b1857 100644 --- a/html/translate.html +++ b/html/translate.html @@ -13,8 +13,19 @@ {% csrf_token %} + + +{% if unit.is_plural %} +{% else %} + +{% endif %} + +
{% trans "Source" %}{% trans "Translation" %}
{{ unit.source }}{{ form.target }}
{{ unit.location }}
+ +{% trans "Skip" %} + +
-Skip {% endblock %}