Chapter 12

This commit is contained in:
2023-06-04 11:30:31 +02:00
parent 190cd464cf
commit 5d0c774c14
5 changed files with 16 additions and 7 deletions

View File

@@ -6,12 +6,12 @@
</a>
</td>
<td>
<a href="{{ url_for('user', username=post.author.username) }}">
{{ post.author.username }}
</a>
says:
<br>
{{ post.body }}
<a href="{{ url_for('user', username=post.author.username) }}">
{{ post.author.username }}
</a>
said {{ moment(post.timestamp).fromNow() }}:
<br>
{{ post.body }}
</td>
</tr>
</table>