Chapter 8

This commit is contained in:
2023-06-04 01:17:48 +02:00
parent d81f038422
commit c91b89da5f
6 changed files with 44 additions and 19 deletions

View File

@@ -4,7 +4,8 @@
<img src="{{ post.author.avatar(36) }}" />
</td>
<td>
{{ post.author.username }} says:<br />{{ post.body }}
<a href="{{ url_for('user', username = post.author.username) }}">{{ post.author.username }}</a>
says:<br />{{ post.body }}
</td>
</tr>
</table>