Relates to Issue #68 with the following 2 bug fixes:
Relates to Bug #71
The bug was fixed by changing the view to send the correct user pk (the view was erroneously sending the message pk as the user pk)
Relates to Bug #72
The edited property was being added to new messages as well as edited ones. This was fixed by adding an if statement in the form to check whether the message is new or being edited.
Also improves the user experience and aesthetics by separating the sent and received messages into different pages and adding pagination to limit the number of messages shown per page.
Relates to Issue #68 with the following 2 bug fixes:
Relates to Bug #71
Relates to Bug #72
edited
property was being added to new messages as well as edited ones. This was fixed by adding an if statement in the form to check whether the message is new or being edited.Also improves the user experience and aesthetics by separating the sent and received messages into different pages and adding pagination to limit the number of messages shown per page.