mirror of
https://github.com/rmontanana/microblog.git
synced 2025-08-17 00:05:51 +00:00
Chapter 8
This commit is contained in:
@@ -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>
|
||||
|
Reference in New Issue
Block a user