Page not found (404)

Request Method: GET
Request URL: https://coachregiszter.hu/coach/madaikriszta/

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

  1. admin/
  2. [name='frontpage']
  3. profil [name='userprofile']
  4. profil_szerkesztes/<pk> [name='userprofile_update']
  5. profilkep_feltoltes [name='profilkep_feltoltes']
  6. profilkep_torles/<pk>/ [name='profilkep_torles']
  7. coachok [name='coachok']
  8. coach/<username> [name='coach']
  9. regisztracio [name='regisztracio']
  10. regisztracio_tipus [name='regisztracio_tipus']
  11. coach_gdpr [name='coach_gdpr']
  12. elofizetes_lezaras [name='elofizetes_lezaras']
  13. elofizetesek [name='elofizetesek']
  14. coachoknak [name='coachoknak']
  15. uzenet/<username> [name='uzenet']
  16. minden_elofizetes [name='minden_elofizetes']
  17. statisztika [name='statisztika']
  18. ajanlasok [name='ajanlasok']
  19. ajanlasok_uj [name='ajanlasok_uj']
  20. ajanlasok_szerkesztes/<username>/<pk> [name='ajanlasok_szerkesztes']
  21. ajanlasok_torles/<username>/<pk>/ [name='ajanlasok_torles']
  22. fiok_szerkesztes/<username>/<pk> [name='fiok_szerkesztes']
  23. jelszo_csere/ [name='jelszo_csere']
  24. aszf/ [name='aszf']
  25. blog/posztok/<username> [name='posztok']
  26. blog/osszes_poszt/<username> [name='osszes_poszt']
  27. blog/poszt_torles/<pk>/<cim_slug> [name='poszt_torles']
  28. blog/cikk/<username>/<cim_slug> [name='cikk']
  29. blog/posztjaid [name='blog_posztjaid']
  30. blog/poszt [name='blog_poszt']
  31. blog/poszt_szerkesztes/<pk>/<cim_slug> [name='blog_poszt_szerkesztes']
  32. blog/kategoriak [name='blog_kategoriak']
  33. blog/kategoria_uj [name='kategoria_uj']
  34. blog/kategoria_szerkesztes/<pk>/<kategoria> [name='blog_kategoria_szerkesztes']
  35. blog/kategoria_torles/<pk>/<kategoria> [name='kategoria_torles']
  36. account/login/ [name='login']
  37. account/two_factor/setup/ [name='setup']
  38. account/two_factor/qrcode/ [name='qr']
  39. account/two_factor/setup/complete/ [name='setup_complete']
  40. account/two_factor/backup/tokens/ [name='backup_tokens']
  41. account/two_factor/ [name='profile']
  42. account/two_factor/disable/ [name='disable']
  43. accounts/
  44. logout/ [name='logout']
  45. ^media/(?P<path>.*)$

The current path, coach/madaikriszta/, 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.