Page not found (404)

Request Method: GET
Request URL: https://im-puls.org/finanzen/

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

  1. [name='homepage']
  2. admin/
  3. news/ [name='newspage']
  4. post/<slug>/ [name='post']
  5. about/ [name='about']
  6. search/ [name='search']
  7. contact/ [name='contact']
  8. datenschutz/ [name='datenschutz']
  9. impressum/ [name='impressum']
  10. anmeldung/ [name='anmeldung']
  11. tagungsplan/ [name='tagungsplan']
  12. arbeitsgruppen/ [name='arbeitsgruppen']
  13. success/ [name='success']
  14. failure/ [name='failure']
  15. captcha/
  16. mail/ [name='mail']

The current path, finanzen/, 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.