PacktPublishing / Django-5-By-Example

Django 5 By Example (5th Edition) published by Packt
https://djangobyexample.com/
MIT License
180 stars 81 forks source link

Missing csrf_tag in Chapter 12, on page 562 #22

Open HBarotov opened 1 month ago

HBarotov commented 1 month ago

The book is missing the csrf_tag from the logout form in base.html on 562, FYI. Must be a typo.

afcristia commented 1 week ago

just added {% csrf_token % } inside the

section of the base.html and the problem was fixed.

image

Thanks for posting it here. I reported this problem on the discord channel of the book.