Page not found (404)

Request Method: GET
Request URL: https://coldwarhistory.org/links.html

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

  1. cms/
  2. [name='home']
  3. about [name='about_us']
  4. contact-us [name='contact_us']
  5. contact-us-submit [name='contact_us_form']
  6. volunteer [name='volunteer']
  7. volunteer-form [name='volunteer_form']
  8. merchandise [name='merchandise']
  9. links [name='links']
  10. donate [name='donate']
  11. confirm-donation [name='confirm_donation']
  12. events/history-in-our-backyard [name='hiob_events']
  13. events/movie-nights [name='movie_events']
  14. events/annual-veterans-tribute [name='avt_events']
  15. events/other-activities [name='other_events']
  16. events/<slug:slug> [name='event_detail']
  17. projects/cold-war-oral-histories [name='oral_histories']
  18. projects/dynamic-flight-simulator [name='dfs']
  19. projects/naval-air-development-center [name='nadc']
  20. projects/naval-air-development-center/photo-archive [name='nadc_photo_list']
  21. projects/naval-air-development-center/photo-archive/<tag>/ [name='nadc_photo_list']
  22. projects/naval-air-development-center/photo-archive/<int:pk> [name='nadc_photo_detail']
  23. projects/naval-air-development-center/photo-archive/<int:pk>/comment [name='nadc_photo_comment']
  24. projects/naval-air-development-center/15th-reunion [name='nadc_15th_reunion']
  25. projects/naval-air-development-center/20th-reunion [name='nadc_20th_reunion']
  26. projects/naval-air-development-center/25th-reunion [name='nadc_25th_reunion']
  27. projects/willow-grove-naval-air-station [name='wgnas']
  28. projects/willow-grove-naval-air-station/photo-archive [name='wgnas_photo_list']
  29. projects/willow-grove-naval-air-station/photo-archive/<tag>/ [name='wgnas_photo_list']
  30. projects/willow-grove-naval-air-station/photo-archive/<int:pk> [name='wgnas_photo_detail']
  31. projects/willow-grove-naval-air-station/photo-archive/<int:pk>/comment [name='wgnas_photo_comment']
  32. projects/naval-air-propulsion-center [name='napc']
  33. projects/naval-air-propulsion-center/photo-archive [name='napc_photo_list']
  34. projects/naval-air-propulsion-center/photo-archive/<tag>/ [name='napc_photo_list']
  35. projects/naval-air-propulsion-center/photo-archive/<int:pk> [name='napc_photo_detail']
  36. projects/naval-air-propulsion-center/photo-archive/<int:pk>/comment [name='napc_photo_comment']
  37. projects/naval-air-propulsion-center/reunion-2022 [name='napc_reunion_sept_2022']
  38. projects/naval-air-propulsion-center/reunion-2023 [name='napc_reunion_sept_2023']
  39. sitemap.xml [name='sitemap']
  40. robots.txt
  41. ^media/(?P<path>.*)$

The current path, links.html, 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.