mirror of
https://git.wownero.com/lza_menace/suchwow.git
synced 2024-08-15 01:03:19 +00:00
fix bug in template render
This commit is contained in:
parent
d481481dcd
commit
7d75d4228e
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
<tr>
|
<tr>
|
||||||
<td>{{ post[1].timestamp.strftime('%Y-%m-%d %H:%M') }}</td>
|
<td>{{ post[1].timestamp.strftime('%Y-%m-%d %H:%M') }}</td>
|
||||||
<td>{{ post[1].id }}</td>
|
<td>{{ post[1].id }}</td>
|
||||||
<td><a href="{{ url_for('post.read', id=post.id) }}">{{ post[1].title }}</a></td>
|
<td><a href="{{ url_for('post.read', id=post[1].id) }}">{{ post[1].title }}</a></td>
|
||||||
<td>{{ post[1].submitter }}</td>
|
<td>{{ post[1].submitter }}</td>
|
||||||
<td>{{ post[0] }} WOW</td>
|
<td>{{ post[0] }} WOW</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue