Page not found (404)

Request Method: GET
Request URL: http://www.mtgc.org/maps//inc/navbar.inc

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

  1. ^admin/doc/
  2. ^admin/
  3. ^events/list/$
  4. ^events/detail/(?P<object_id>\d+)/$
  5. ^events/add/$
  6. ^events/delete/(?P<object_id>\d+)/$
  7. ^events/update/(?P<object_id>\d+)/$
  8. ^login/$
  9. ^logout/$
  10. ^password_change/$
  11. ^password_change/done/$
  12. ^password_reset/$
  13. ^password_reset/done/$
  14. ^reset/(?P<uidb36>[0-9A-Za-z]+)-(?P<token>.+)/$
  15. ^reset/done/$

The current URL, inc/navbar.inc, 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.

Customized TN Regional Map: [ Tennessee ]
   dot GC28CYG Meet n Greet at the park by eagle_18
   dot GC295M6 Geowoodstock!!? We Don't Need No Geowoodstock!! by jeffbouldin
   dot GC294AH Safe Traveling to Woodstock by haley4tn
   dot GC27A29 Two Wet Dawgs by 78Spitfire
   dot GC2A1JY Lil'Paseo's First Hide by mrpaseo
   dot GC2A5KP Isle of Elm Hill by Sapper489
   dot GC2A4WJ It's A Sign by ClutterC
   dot GC2A4VP A Smiley @ Smiley's by ClutterC
   dot GC24MF5 Ground Zero - How to Hide, How to Find by Middle Tennessee Geocachers' Club
Page generated on Wed Jun 16 12:06:33 CDT 2010 Page not found at /inc/footer.shtml

Page not found (404)

Request Method: GET
Request URL: http://www.mtgc.org/map/inc/footer.shtml

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

  1. ^admin/doc/
  2. ^admin/
  3. ^events/list/$
  4. ^events/detail/(?P<object_id>\d+)/$
  5. ^events/add/$
  6. ^events/delete/(?P<object_id>\d+)/$
  7. ^events/update/(?P<object_id>\d+)/$
  8. ^login/$
  9. ^logout/$
  10. ^password_change/$
  11. ^password_change/done/$
  12. ^password_reset/$
  13. ^password_reset/done/$
  14. ^reset/(?P<uidb36>[0-9A-Za-z]+)-(?P<token>.+)/$
  15. ^reset/done/$

The current URL, inc/footer.shtml, 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.