forked from leftypol/leftypol
catalog: fix previous commit
This commit is contained in:
parent
a5a1f00223
commit
5547591b87
1 changed files with 1 additions and 1 deletions
|
@ -22,7 +22,7 @@
|
||||||
<img src="{{post.file}}" class="{{post.board}}" title="{{post.bump|date('%b %d %H:%M')}}">
|
<img src="{{post.file}}" class="{{post.board}}" title="{{post.bump|date('%b %d %H:%M')}}">
|
||||||
</a>
|
</a>
|
||||||
<span class="replies">
|
<span class="replies">
|
||||||
<strong>{% trans %}1 reply{% plural post.omitted %}{{ count }} replies{% endtrans %}</strong><br/>
|
<strong>{% trans %}1 reply{% plural post.reply_count %}{{ count }} replies{% endtrans %}</strong><br/>
|
||||||
{{ post.body }}
|
{{ post.body }}
|
||||||
</span>
|
</span>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue