fix another broken link

This commit is contained in:
lza_menace 2021-05-06 09:59:29 -07:00
parent f1d9989b49
commit e60390b5c7
1 changed files with 1 additions and 1 deletions

View File

@ -15,7 +15,7 @@
</tr>
{% for poster, data in posters.items() | sort(attribute='1.amount', reverse=True) %}
<tr>
<td><a href="/?submitter={{ poster }}">{{ poster }}</a></td>
<td><a href="/?content=&submitter={{ poster }}">{{ poster }}</a></td>
<td>{{ data["posts"] | length }}</td>
<td>{{ data["amount"] }} WOW</td>
</tr>