Skip to main content
๐Ÿ› Bug HuntDJ Django Easyโšก+10 XP

Missing CSRF Token

POST form returns 403 Forbidden.

๐Ÿ› Find the bug
1<form method='post'>
2 <input type='text' name='email'>
3 <button type='submit'>Send</button>
4</form>
๐Ÿ› The bug is on line 1

๐Ÿ”ง Select the correct fix: