Page not found (404)

Request Method: GET
Request URL: http://refua.tirek.hu/hir/mutat/46187/www.diakonia.hu

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

  1. ^admin/
  2. ^hir/ ^lista/(?P<category_id>.+)/$
  3. ^hir/ ^mutat/(?P<news_id>\d+)/$
  4. ^hir/ ^forum/(?P<news_id>\d+)/$
  5. ^hir/ ^archivum/$
  6. ^hir/ ^bekuld/$
  7. ^hir/ ^aloldalakrol/$
  8. ^hir/ ^admin/edit/(?P<news_id>\d+)/$
  9. ^hir/ ^admin/addgal/(?P<news_id>\d+)/$
  10. ^hir/ ^admin/addattachment/(?P<news_id>\d+)/$
  11. ^hir/ ^admin/removeattachment/(?P<news_id>\d+)/(?P<attachment_id>\d+)/$
  12. ^hir/ ^admin/removegal/(?P<news_id>\d+)/(?P<gallery_id>\d+)/$
  13. ^hir/ ^admin/lista/$
  14. ^hir/ ^admin/idozitett/$
  15. ^hir/ ^admin/aloldal/lista/$
  16. ^hir/ ^admin/uj/$
  17. ^hir/ ^xml/dashboard/$
  18. ^hir/ ^xml/all/$
  19. ^hir/ ^xml/foreign/$
  20. ^hir/ ^xml/scheduled/$
  21. ^hir/ ^ajax/foreign/$
  22. ^hir/ ^ajax/$
  23. ^hir/ ^attachmentorder/$
  24. ^hir/ ^galleryorder/$
  25. ^forum/
  26. ^radio/
  27. ^letoltes/
  28. ^cikk/
  29. ^esemeny/
  30. ^banner/
  31. ^szavazas/
  32. ^felhasznalo/
  33. ^menu/
  34. ^galeria/
  35. ^rss/$
  36. ^rss/program/$
  37. ^rss2/(?P<url>.*)/$
  38. ^updates/rss/main/$
  39. ^updates/rss/unpublished/$
  40. ^updates/rss/subsite/$
  41. ^todo/$
  42. ^aloldalak/$
  43. ^aloldal/lista/$
  44. ^aloldal/letrehoz/$
  45. ^aloldal/szerkeszt/$
  46. ^gyulekezet/$
  47. ^fotokuldes/$
  48. ^foto/archivum/$
  49. ^kereses/$
  50. ^filebrowser/
  51. ^tartalom/
  52. ^srl/
  53. ^tudakozo/
  54. ^hirlevel/
  55. ^turisztika/
  56. ^apro/
  57. ^imagebrowser/
  58. ^mediakezelo/
  59. ^kollegium/
  60. ^kuldes/ismerosnek/(?P<object_type>\w+)/(?P<object_id>\d+)/$
  61. ^uzenet/$
  62. ^lap/(\w+)/public/(?P<path>.*)$
  63. ^lap/(\w+)/data/(?P<path>.*)$
  64. ^lap/(?P<site>\w+)/rss/$
  65. ^lap/(?P<site>\w+)/filebrowser/
  66. ^lap/(?P<site>\w+)/
  67. ^public/(?P<path>.*)$
  68. ^data/(?P<path>.*)$
  69. favicon.ico$
  70. ^comments/delete/(?P<comment_id>\d+)/
  71. ^comments/postfree/
  72. ^comments/
  73. ^$
  74. ^console/

The current URL, hir/mutat/46187/www.diakonia.hu, 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.