Commit bda093ac authored by justin's avatar justin

Fixed forum post call in view in accordance to field rename in forum app

parent 37450f76
......@@ -24,7 +24,7 @@ def forum(request):
for reply in post_replies:
localdatetime = timezone.localtime(reply.pub_datetime)
if reply.forum == post:
if reply.forum_post == post:
forum_view += """
Reply by {} posted {}: <br>
{} <br>
......
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