mirror of
https://github.com/Hopiu/django-rosetta.git
synced 2026-05-12 07:13:10 +00:00
Template cleaunp, fixes #181
This commit is contained in:
parent
e5485991fb
commit
80492e45c6
1 changed files with 1 additions and 1 deletions
|
|
@ -40,7 +40,7 @@
|
|||
<tbody>
|
||||
{% for app,path,po in pos %}
|
||||
<tr class="{% cycle 'row1' 'row2' %}">
|
||||
<td><a href="{% url 'rosetta-language-selection' lid forloop.counter0 %}{% if do_django %}?django{% endif %}{% if do_rosetta %}?rosetta{% endif %}">{{ app|title }}</a></td>
|
||||
<td><a href="{% url 'rosetta-language-selection' lid forloop.counter0 %}">{{ app|title }}</a></td>
|
||||
<td class="ch-progress r">{{po.percent_translated}}%</td>
|
||||
{% with po.untranslated_entries|length as len_untranslated_entries %}
|
||||
<td class="ch-messages r">{{po.translated_entries|length|add:len_untranslated_entries}}</td>
|
||||
|
|
|
|||
Loading…
Reference in a new issue