Page not found (404)

Request Method: GET
Request URL: https://www.ssv-saalfeld.de/allgemein/gremien/vorstand

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

  1. i18n/
  2. accounts/
  3. accounts/
  4. admin/
  5. ckeditor/
  6. termine/
  7. galerie/
  8. training/
  9. thankyou/ [name='thankyou']
  10. thankyou/<slug:to>/ [name='thankyou']
  11. sitemap/ [name='sitemap']
  12. edit/ [name='edit_news']
  13. edit/<int:id>/ [name='edit_news']
  14. pageedit/ [name='edit_page']
  15. pageedit/<int:id>/ [name='edit_page']
  16. download/ [name='download']
  17. presse_auszeichnungen/ [name='presse']
  18. links/ [name='links']
  19. chronik/<int:year>/ [name='chronik']
  20. chronik/ [name='chronik']
  21. [name='page']
  22. profile/ [name='profile']
  23. <slug:category>/news/<int:id>/ [name='news']
  24. <slug:category>/news/ [name='news']
  25. news/ [name='news']
  26. <slug:category>/person/ [name='categorypersons']
  27. <slug:category>/ [name='page']
  28. <slug:category>/<slug:page_slug>/ [name='page']

The current path, allgemein/gremien/vorstand, 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.