Page not found (404)

Request Method: GET
Request URL: http://internationalweek.uph.edu.pl/for-authors

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

  1. admin/
  2. [name='index']
  3. register/ [name='register']
  4. profile/ [name='profile']
  5. logout/ [name='logout']
  6. login/ [name='login']
  7. captcha/
  8. committee/ [name='committee']
  9. email_preview/ [name='email_preview']
  10. workshops/ [name='kurs-lista']
  11. kursy/<int:pk>/ [name='kurs-szczegoly']
  12. kursy/
  13. programme/ [name='programme']
  14. podglad-dyplomu/<int:zapis_id>/ [name='podglad_dyplomu']

The current path, for-authors, 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.