This commit is contained in:
lza_menace 2021-03-07 23:45:42 -08:00
parent a384b6c8a8
commit 200aaa066c
1 changed files with 2 additions and 2 deletions

View File

@ -25,8 +25,8 @@
<td><a href="{{ url_for('post.read', id=post[1].id) }}">{{ post[1].title }}</a></td>
<td><a href="/?submitter={{ post[1].submitter }}">{{ post[1].submitter }}</a></td>
<td>
<a href="{{ url_for('post.read', id=post.id) }}">
<img src="{{ url_for('post.uploaded_file', filename=post.get_thumbnail_name()) }}" width=200 style="max-height:200px;">
<a href="{{ url_for('post.read', id=post[1].id) }}">
<img src="{{ url_for('post.uploaded_file', filename=post[1].get_thumbnail_name()) }}" width=200 style="max-height:200px;">
</a>
</td>
<td>{{ post[0] }} WOW</td>