Page not found (404)

Request Method: GET
Request URL: http://clinicaltemplates.org/av/overview/

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

  1. ^$
  2. ^blog/
  3. ^comments/
  4. ^contact/
  5. ^feeds/(?P<url>.*)/$
  6. ^admin/(.*)
  7. ^r/
  8. ^accounts/password_reset/$
  9. ^accounts/password_reset/done/$
  10. ^accounts/password_change/$
  11. ^accounts/password_change/done/$
  12. ^accounts/
  13. ^media/(.*)$

The current URL, av/overview/, 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.