Page not found (404)

Request Method: GET
Request URL: http://www.gemeinsam-ist-es-klimaschutz.de/mobilit%C3%A4t

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

  1. admin/
  2. contact/ [name='contact']
  3. success/ [name='success']
  4. print/
  5. mobility/
  6. corporate/
  7. post_package/
  8. website/
  9. relocation_moving/
  10. print/
  11. print/
  12. print/
  13. print/
  14. print/
  15. [name='start']

The current path, mobilität, 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.