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 %}