Page not found (404)

Request Method: GET
Request URL: http://bdf.by/forum/viewtopic.php?f=5&t=14

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

  1. ^$ [name='main']
  2. ^contacts/$ [name='contacts']
  3. ^dancers/$ [name='dancers']
  4. ^dancers/(?P<dancer_id>[0-9]+)$ [name='dancer']
  5. ^dancers/search$ [name='dancers_search']
  6. ^dancers/query$ [name='dancers_query']
  7. ^documents/$ [name='documents']
  8. ^judges/$ [name='judges']
  9. ^posts/$ [name='posts']
  10. ^admin/
  11. ^competitions/
  12. ^i18n/
  13. ^media\/(?P<path>.*)$

The current path, forum/viewtopic.php, 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.