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

Format source strings in source review

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