mirror of
https://github.com/ae-utbm/sith.git
synced 2024-11-22 06:03:20 +00:00
trombi: update export page
Signed-off-by: Skia <skia@libskia.so>
This commit is contained in:
parent
fae2a572b1
commit
8a58055d06
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user