Page not found (404)

Request Method: GET
Request URL: http://www.ardrossangolf.com.au/course-guide/hole-15/

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

  1. admin/
  2. login/ [name='login']
  3. logout/ [name='logout']
  4. profile/ [name='profile']
  5. password-reset/ [name='password_reset']
  6. password-reset/done/ [name='password_reset_done']
  7. password-reset-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  8. password-reset-complete/ [name='password_reset_complete']
  9. stats/
  10. ckeditor/
  11. course/
  12. [name='site-home']
  13. contactcaptcha/ [name='site-contactcaptcha']
  14. contacts/ [name='site-contacts']
  15. contact/ [name='site-contact']
  16. <str:slug>/ [name='site-page']
  17. <str:slug>/edit/ [name='site-page']
  18. ^media/(?P<path>.*)$

The current path, course-guide/hole-15/, 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.