Commit 018769e0 authored by Michal Čihař's avatar Michal Čihař

Fixed displaying of flags

parent 04026d49
...@@ -58,10 +58,11 @@ ...@@ -58,10 +58,11 @@
<tr> <tr>
<th>{% trans "Used in" %}</th> <th>{% trans "Used in" %}</th>
<td>{{ unit.get_location_links }}</td> <td>{{ unit.get_location_links }}</td>
</td>
</tr> </tr>
<tr><th>{% trans "Flags" %}</th></tr> <tr>
<tr><td>{{ unit.flags }}</td></tr> <th>{% trans "Flags" %}</th>
<td>{{ unit.flags }}</td>
</tr>
<tr><td class="right"> <tr><td class="right">
<a class="button" href="{{ unit.translation.get_translate_url }}?type={{ type }}&amp;oldpos={{ unit.position }}&amp;dir=back">{% trans "Previous" %}</a> <a class="button" href="{{ unit.translation.get_translate_url }}?type={{ type }}&amp;oldpos={{ unit.position }}&amp;dir=back">{% trans "Previous" %}</a>
<a class="button" href="{{ unit.translation.get_translate_url }}?type={{ type }}&amp;oldpos={{ unit.position }}">{% trans "Next" %}</a> <a class="button" href="{{ unit.translation.get_translate_url }}?type={{ type }}&amp;oldpos={{ unit.position }}">{% trans "Next" %}</a>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment