trombi: update export page

Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
Skia 2017-10-06 16:38:36 +02:00
parent fae2a572b1
commit 8a58055d06
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@
<tbody>
{% for c in trombi_user.received_comments.filter(is_moderated=True) %}
<tr>
<td>{{ c.author.user.get_display_name() }}</td>
<td>{{ c.author.user.get_short_name() }}</td>
<td>
{% for line in c.content.splitlines() %}
{{ line }}<br>