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

Updated views.py and fixed formatting for line break in between posts

parent f992562f
...@@ -12,7 +12,6 @@ def get_reply(): ...@@ -12,7 +12,6 @@ def get_reply():
+ 'dated {}').format(reply.pub_date.strftime('%x') + 'dated {}').format(reply.pub_date.strftime('%x')
+ ':<br>' + ':<br>'
+ '{}<br>'.format(reply.reply_body) + '{}<br>'.format(reply.reply_body)
+ '<br>'
) )
return text return 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