Page not found (404)

Request Method: GET
Request URL: http://cvjm-wetter.de/cvjm/de/projekte-und-aktionen/sommerfest-2017/
Raised by: mezzanine.pages.views.page

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

  1. de/ ^admin/
  2. ^captcha/
  3. ^termine/
  4. ^$ [name='home']
  5. ^ ^jsi18n/(?P<packages>\S+?)/$
  6. ^ sitemap.xml
  7. ^ robots.txt
  8. ^ password_reset/ [name='password_reset']
  9. ^ password_reset/done/ [name='password_reset_done']
  10. ^ reset/done/ [name='password_reset_complete']
  11. ^ reset/<uidb64>/<token>/ [name='password_reset_confirm']
  12. ^ edit/ [name='edit']
  13. ^ search/ [name='search']
  14. ^ set_site/ [name='set_site']
  15. ^ rating/ [name='rating']
  16. ^ comment/ [name='comment']
  17. ^ schuhkarton/
  18. ^ <path:slug>/ [name='page']

The current path, de/projekte-und-aktionen/sommerfest-2017/, matched the last one.

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.