Commit f992562f authored by Mario Franco C. Deuna's avatar Mario Franco C. Deuna

Added another line break in forum views to separate forum posts

parent ca750eed
...@@ -28,6 +28,7 @@ def forum(request): ...@@ -28,6 +28,7 @@ def forum(request):
+ ':<br>' + ':<br>'
+ '{}<br>'.format(post.post_body) + '{}<br>'.format(post.post_body)
+ get_reply() + get_reply()
+ '<br>'
) )
return HttpResponse(text) return HttpResponse(text)
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