From 9c102d7addda5498d4492cc5a76a15abee41bea1 Mon Sep 17 00:00:00 2001 From: JasonHomeWorkstationUbuntu Date: Sun, 8 Nov 2020 14:44:57 +1100 Subject: [PATCH] Finished 5.1 Wiring Up our form to send a POST request --- src/lists/templates/home.html | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/lists/templates/home.html b/src/lists/templates/home.html index 4a51ff3..87e5ae9 100644 --- a/src/lists/templates/home.html +++ b/src/lists/templates/home.html @@ -4,6 +4,11 @@

Your To-Do list

- +
+ + {% csrf_token %} +
+ +
\ No newline at end of file