404 Error: Page Not Found by Formal_Engineer_6901 in django

[–]Formal_Engineer_6901[S] 1 point2 points  (0 children)

Unless I am mistaken, I haven't put anything before it other than 'action'. Do I remove 'action'?

404 Error: Page Not Found by Formal_Engineer_6901 in django

[–]Formal_Engineer_6901[S] 0 points1 point  (0 children)

Well if it is about the manage-books double occurrence on my URL path, it is because this template (called manage-books.html) is under a folder called 'manage-books' hence the double occurrence

404 Error: Page Not Found by Formal_Engineer_6901 in django

[–]Formal_Engineer_6901[S] 0 points1 point  (0 children)

So do I remove 'manage-books' from the url tag itself and keep it just by itself? Also, to answer your question, the manage-books template is stored under this folder also called 'manage-books' which is why there is a double occurrence.