Reformat html

This commit is contained in:
Michal Čihař 2012-03-01 16:21:53 +01:00
parent 796935bb76
commit 165d1a4887

View File

@ -22,8 +22,13 @@
<input type="hidden" name="type" value="{{ type }}" />
<input type="hidden" name="oldpos" value="{{ unit.position }}" />
<table class="translator">
<tr><th class="source">{% trans "Source" %}</th><th>{% if unit.is_plural %}{% trans "Translations" %}{% else %}{% trans "Translation" %}{% endif %}<th></tr>
<tr><td class="translatetext">{{ unit.source|fmttranslation }}</td><td>
<tr>
<th class="source">{% trans "Source" %}</th>
<th>{% if unit.is_plural %}{% trans "Translations" %}{% else %}{% trans "Translation" %}{% endif %}<th>
</tr>
<tr>
<td class="translatetext">{{ unit.source|fmttranslation }}</td>
<td>
{{ form.checksum }}
{{ form.target }}
<br />