Commit 76619d42 authored by Joshua Son's avatar Joshua Son

Fix: added author to announcement

parents da3fa767 04ede68c
<h2>FORUM POSTS:</h2>
<p>
{% for post in posts %}
<h2>FORUM POSTS:</h2>
<p><b>{{post.post_title}}</b> by {{post.author}} dated {{post.pub_date}}</p>
<p> {{ post.post_body }} </p>
......
<p>Reply by {{reply.author}} dated {{reply.pub_date}}</p>
<p><i>Reply by {{reply.author}} dated {{reply.pub_date}}</i></p>
<p>{{reply.reply_body}}</p>
{% if reply.reply_chain != NULL %}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment