Commit 95e9c483 authored by Michal Čihař's avatar Michal Čihař

Format source strings in source review

parent af193edf
{% extends "base.html" %}
{% load url from future %}
{% load i18n %}
{% load translations %}
{% block breadcrumbs %}
<li><a href="{{ object.project.get_absolute_url }}">{{ object.project }}</a></li>
......@@ -34,7 +35,7 @@
<tbody>
{% for source in sources.object_list %}
<tr>
<td class="translatetext">{{ source.source }}</td>
<td class="translatetext">{{ source.source|fmttranslation }}</td>
<td>{{ source.get_source_checks }}</td>
</tr>
{% endfor %}
......
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