Page not found (404)

Request Method: GET
Request URL: http://jh.scm.ngo/register/[email protected]

Using the URLconf defined in gate.urls, Django tried these URL patterns, in this order:

  1. i18n
  2. admin/
  3. [name='home']
  4. guide [name='guide']
  5. about/ [name='about']
  6. contact/ [name='contact']
  7. contact_success/ [name='contact_success']
  8. faq/ [name='faq']
  9. dashboard/ [name='dashboard']
  10. my_orders/<str:id> [name='my_orders']
  11. my_order_details/<str:order_id> [name='my_order_details']
  12. my_order_details_law/<str:order_id> [name='my_order_details_law']
  13. my_order_details_orgs/<str:order_id> [name='my_order_details_orgs']
  14. register/ [name='register']
  15. login/ [name='login']
  16. logout/ [name='logout']
  17. password_change/ [name='password_change']
  18. password_change/done/ [name='password_change_done']
  19. password_reset/ [name='password_reset']
  20. password_reset/done/ [name='password_reset_done']
  21. reset/<uidb64>/<token>/ [name='password_reset_confirm']
  22. reset/done/ [name='password_reset_complete']
  23. update_profile/<str:user_id>/ [name='update_profile']
  24. add_org_profile/<str:user_id>/ [name='add_org_profile']
  25. update_org_profile/<str:user_id>/ [name='update_org_profile']
  26. profile/<str:user_id>/ [name='profile']
  27. org_profile/<str:user_id>/ [name='org_profile']
  28. activate/<uidb64>/<token>/ [name='activate']
  29. app_media_act/<str:user_id> [name='app_media_act']
  30. org_add_request/ [name='org_add_request']
  31. add_RegisterLaw/ [name='add_RegisterLaw']

The current path, register/[email protected], didn't match any of these.

You're seeing this error because you have DEBUG = True in your Django settings file. Change that to False, and Django will display a standard 404 page.