Re: Hello, why am I getting this error

2022-10-27 Thread Samuel Nzola
Error fixed On Thu, Oct 27, 2022, 14:59 Samuel Nzola wrote: > Thajnkyou, though i cannot fix the error still > > On Thursday, October 27, 2022 at 11:45:38 AM UTC+3 Kasper Laudrup wrote: > >> As the error message clearly states, the path: >> > 6. delete-room// [name=&

Re: Hello, why am I getting this error

2022-10-27 Thread Samuel Nzola
Thajnkyou, though i cannot fix the error still On Thursday, October 27, 2022 at 11:45:38 AM UTC+3 Kasper Laudrup wrote: > As the error message clearly states, the path: > > 6. delete-room// [name='delete-room'] > > doesn't match: > > > The current path, delete-room/6/>, didn’t match any of these.

Re: Hello, why am I getting this error

2022-10-26 Thread Samuel Nzola
Please help On Thursday, October 27, 2022 at 4:56:29 AM UTC+3 Samuel Nzola wrote: > Page not found (404) > Request Method: > GET > Request URL: > http://127.0.0.1:8000/delete-room/6/%3E > > Using the URLconf defined in studybud.urls, Django tried these URL > patterns,

Hello, why am I getting this error

2022-10-26 Thread Samuel Nzola
Page not found (404) Request Method: GET Request URL: http://127.0.0.1:8000/delete-room/6/%3E Using the URLconf defined in studybud.urls, Django tried these URL patterns, in this order: 1. admin/ 2. [name='home'] 3. room// [name='room'] 4. create-room/ [name='create-room'] 5. upda