CodeConnoisseur74 / gloss

1 stars 0 forks source link

Crud -delete note #65

Closed CodeConnoisseur74 closed 1 month ago

CodeConnoisseur74 commented 1 month ago

Description

Add delete-note function to views.py, update urls.py and add the delete-note.html template.

Related Issue

Motivation and Context

How Has This Been Tested?

Tested in development by logging into a test user account and can successfully delete a note with the delete button. A warning notification asks the user if they are sure they want to delete the note. The user confrims the deletion by clicking on the delete button a second time before the note is deleted.

Screenshots (if appropriate):

pp4-delete-thought-1

pp4-delete-note-2

pp4-delete-note-3

Types of changes

Checklist: