|
|
|
@ -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>
|
|
|
|
|