Can someone look into this django error for me

so i have been experiencing this error for some time now and im hoping someone with more experience in django could look into this. its an error i get while loading it on my browser

type or paste code hereUsing the URLconf defined in proj.urls, Django tried these URL patterns, in this order:

admin/
[name='index']
counter [name='counter']
register/ [name='register']
login [name='login']
logout [name='logout']
post/<str:pk> [name='post']
The current path, "register/register", didn’t match any of these.

at no point have i ever saved a path like that

thank you in advance