Page not found (404)

Request Method: GET
Request URL: http://forums.mantojums.lv/presentations

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

  1. ^$ [name='first_page']
  2. ^diskusija/(\d+)/$
  3. ^jauna-diskusija/
  4. ^noteikumi/
  5. ^comments/
  6. ^admin/
  7. ^dalibnieki/ [name='members']
  8. ^dalibnieks/(.*)/$ [name='user_profile']
  9. ^mans-profils/
  10. ^login/$ [name='login']
  11. ^iziet/$ [name='logout']

The current URL, presentations, 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.