Page not found (404)

Request Method: GET
Request URL: https://mennonitewriting.org/tags/book/
Raised by: cmw.views.TagDetail

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

  1. ^$ [name='cmw-home']
  2. ^about/$ [name='cmw-about']
  3. ^autocomplete/cp/$ [name='cmw-tags-admin-autocomplete']
  4. ^autocomplete/tags/$ [name='cmw-tags-autocomplete']
  5. ^cp/doc/
  6. ^cp/tagging-guidelines/ [name='tagging-guidelines']
  7. ^cp/
  8. ^adminpreview/ [name='admin_preview']
  9. ^community/$ [name='community-home']
  10. ^community/comments/post/$
  11. ^community/comments/
  12. ^community/discussion/$ [name='discussion-issue-list']
  13. ^community/discussion/(?P<volume>\d{1,2})/(?P<issue>\d{1,2})/(?P<article>[^/]+)/$ [name='discussion-article-detail']
  14. ^community/news/$ [name='news-story-list']
  15. ^community/news/(?P<story>[^/]+)/$ [name='news-story-detail']
  16. ^community/about/$ [name='community-about']
  17. ^community/contact/$ [name='community-contact']
  18. ^contact/$ [name='cmw-contact']
  19. ^css/(?P<template>[^/]+).css$ [name='unitcss']
  20. ^journal/$ [name='journal-home']
  21. ^journal/issues/$ [name='journal']
  22. ^journal/articles/$ [name='journal-article-archive']
  23. ^journal/(?P<volume>\d{1,2})/(?P<issue>\d{1,2})/$ [name='journal-issue-detail']
  24. ^journal/(?P<volume>\d{1,2})/(?P<issue>\d{1,2})/(?P<article>[^/]+)/$ [name='journal-article-detail']
  25. ^journal/about/$ [name='journal-about']
  26. ^journal/contact/$ [name='journal-contact']
  27. ^journal/submissions/$ [name='journal-submissions']
  28. ^encyclopedia/$ [name='encyclopedia-home']
  29. ^encyclopedia/links/$ [name='link-category-list']
  30. ^encyclopedia/links/(?P<category>[^/]+)/$ [name='link-category-detail']
  31. ^encyclopedia/links/forward/(?P<pk>[\d]+)/$ [name='link-detail']
  32. ^encyclopedia/about/$ [name='encyclopedia-about']
  33. ^encyclopedia/contact/$ [name='encyclopedia-contact']
  34. ^rss/(?P<url>.*)/$ [name='rss']
  35. ^tags/(?P<tag>[^/]+)/$ [name='tag-detail']

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