Page not found (404)

Request Method: GET
Request URL: https://www.raynesroofing.co.uk/contact.html

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

  1. admin/
  2. captcha/
  3. ^$ [name='home']
  4. ^about/$ [name='about']
  5. ^blog/$ [name='blog']
  6. ^contact/$ [name='contact']
  7. ^gallery/$ [name='gallery']
  8. ^services/$ [name='services-list']
  9. ^team/$ [name='team']
  10. ^testimonials/$ [name='testimonials']
  11. ckeditor/
  12. areas/
  13. blog/
  14. team/
  15. testimonials_urls/
  16. robots.txt
  17. sitemap.xml [name='django.contrib.sitemaps.views.sitemap']
  18. ^privacy/ [name='privacy']
  19. ^privacy-cookies-policy/ [name='privacy-cookies']
  20. ^(?P<slug>[\w-]+)/ [name='detail']
  21. ^static\/(?P<path>.*)$
  22. ^media\/(?P<path>.*)$
  23. ^(?P<slug>[\w-]+)/ [name='detail']

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