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

View File

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