HTMX + Django: Modern Python Web Apps, Hold the JavaScript Transcripts
Chapter: Feature 1: Click-to-edit
Lecture: Adding the view that cancels the form
Login or
purchase this course
to watch this video and the rest of the course contents.
0:00
This view is rather similar to the previous one, but it spits out our new click-to-edit
0:18
link partial instead of the form. Like the form version, this one also needs to know the category. Finally, I'll add a route.
0:39
And it's time to try this out. Starting from the home, and then going back to the Python category. Scrolling down. There's the link. There's the form.
0:57
And there's the link once more. Ain't it beautiful?