Commit 96f31e33 authored by Michal Čihař's avatar Michal Čihař

Fix comments rendering on source string review

Signed-off-by: default avatarMichal Čihař <michal@cihar.com>
parent 551434c3
...@@ -32,8 +32,14 @@ ...@@ -32,8 +32,14 @@
{% include "unit-details.html" %} {% include "unit-details.html" %}
{% with unit.get_source_comments as comments %} {% with unit.get_source_comments as comments %}
{% if comments %} {% if comments %}
<tr><th colspan="2">{% trans "User comments" %}</th></tr> <tr>
<th>{% trans "User comments" %}</th>
</tr>
<tr>
<td>
{% include "list-comments.html" %} {% include "list-comments.html" %}
</td>
</tr>
{% endif %} {% endif %}
{% endwith %} {% endwith %}
{% endwith %} {% endwith %}
......
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