Page not found (404)

Request Method: GET
Request URL: http://bone.org.tw/app/learnactivity/view/409

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

  1. ^$ [name='index']
  2. ^contact$ [name='contact']
  3. ^contact/completed$ [name='contact_completed']
  4. ^search$ [name='search']
  5. ^images/(?P<path>(.+)/([^/]+))$ [name='images']
  6. ^pdf_images/(?P<path>(.+)/([^/]+))$ [name='images']
  7. ^dwnld(?P<path>(.+)/([^/]+))$ [name='dwnld']
  8. ^stream(?P<path>(.+)/([^/]+))$ [name='stream']
  9. ^sitemap$ [name='sitemap']
  10. ^lang/$ [name='lang']
  11. ^agenda/$ [name='agenda']
  12. ^admin/
  13. ^auth/
  14. ^captcha/
  15. ^about/
  16. ^hospital/
  17. ^education/
  18. ^news/
  19. ^books/
  20. ^training/
  21. ^meetings/
  22. ^certifications/
  23. ^subspecialties/
  24. ^library/
  25. ^links/
  26. ^committee/
  27. ^member/
  28. ^resident_manage/hospital/
  29. ^resident_manage/doctor/
  30. ^validate/
  31. ^login$ [name='login']
  32. ^logout$ [name='logout']
  33. ^api/

The current URL, app/learnactivity/view/409, 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.