Use new field names.

This commit is contained in:
2020-08-16 18:52:32 -05:00
parent 23f4789599
commit 943563a8db
3 changed files with 4 additions and 4 deletions

View File

@@ -3,7 +3,7 @@
<h3>{{thread.subject}} - Page {{next}}</h3>
{{>pagination}}
{{#posts}}
<article id="post-{{id_msg}}">
<article id="msg{{id}}">
<header>
<h4>{{subject}}</h4>
<div><span class="label">Posted by:</span> {{poster_name}}</div>