Commit 04ede68c authored by Ray Rafael Abenido's avatar Ray Rafael Abenido

Test: tested all applications thoroughly. No major issues found.

Improvement: added instances of 'Course' via admin page.
Style/Fix: Cleaned HTML formatting of 'forum' page.
parent e6ceea29
<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