Page not found (404)

Request Method: GET
Request URL: http://www.planetfreedom.com/faqs/affiliate-dashboard.html

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

  1. ^media/(?P<path>.*)$
  2. ^static/(?P<path>.*)$
  3. ^$ [name='index']
  4. ^trainyourbrain/$
  5. ^freememory/$ [name='freememory']
  6. ^dashboard/$ [name='dashboard']
  7. ^instructor/(?P<slug>[\w-]+)/$ [name='instructor_profile']
  8. ^about-us/$ [name='about_us']
  9. ^faqs/$ [name='faqs']
  10. ^purchase/citizen-passport/(?P<slug>[\w-]+)/$ [name='passport_purchase']
  11. ^checkout/citizen-passport/$
  12. ^validate-discount-code/$
  13. ^validate-promo/$
  14. ^create-free-subscription/$
  15. ^free-subscription/$
  16. ^tyb-check-promo-code/$ [name='tyb_check_promo_code']
  17. ^train-your-brain/$ [name='train_your_brain_page']
  18. ^admin/csv/import/groupon/$ [name='groupon_csv_import']
  19. ^admin/chronograph/job/(?P<pk>\d+)/run/$ [name='admin_chronograph_job_run']
  20. ^admin/
  21. ^affiliate/
  22. ^tinymce/
  23. ^settings/
  24. ^training/
  25. ^blog/
  26. ^mailing-thank-you/$
  27. ^restricted-access/$ [name='restricted_access']
  28. ^pages/
  29. ^post/$ [name='comments-post']
  30. ^posted/$ [name='comments-done']
  31. ^names$ [name='names']
  32. ^names.json [name='names_json']
  33. ^blog/ [name='blog']
  34. ^search/ [name='search_videos']
  35. ^weblog/
  36. ^comments/
  37. ^delete-comment/(?P<comment_id>[^/]+)/$ [name='delete_comment']
  38. ^edit-comment/(?P<comment_id>[^/]+)/$ [name='edit_comment']
  39. ^rss/feeds/
  40. video/ajax/played/$ [name='video_played_ajax']
  41. video/download-file/(?P<vimeo_id>[^/]+)/$ [name='video_download_file']
  42. ^get-comment-page/ [name='get_comment_page']
  43. ^rate/(?P<object_id>\d+)/(?P<score>\d+)/
  44. ^accounts/
  45. ^fb-access-token/$
  46. ^fb-feeds/$
  47. ^api/v2/
  48. ^admin/fiber/
  49. ^jsi18n/$
  50. ^favicon\.ico$
  51. ^memory/(?P<slug>[\w-]+)/$ [name='sales_page']
  52. ^(?P<slug>[\w-]+)/$ [name='promo_registration']
  53. ^admin/doc/
  54. ^accounts/
  55. ^settings/
  56. ^cache/
  57. ^admin/product/configurableproduct/(?P<id>\d+)/getoptions/ [name='satchmo_admin_configurableproduct']
  58. ^admin/inventory/edit/$ [name='satchmo_admin_edit_inventory']
  59. ^inventory/export/$ [name='satchmo_admin_product_export']
  60. ^inventory/import/$ [name='satchmo_admin_product_import']
  61. ^admin/(?P<product_id>\d+)/variations/$ [name='satchmo_admin_variation_manager']
  62. ^admin/variations/$ [name='satchmo_admin_variation_list']
  63. ^admin/print/(?P<doc>[-\w]+)/(?P<id>\d+) [name='satchmo_print_shipping']
  64. ^$ [name='satchmo_shop_home']
  65. ^add/$ [name='satchmo_smart_add']
  66. ^cart/$ [name='satchmo_cart']
  67. ^cart/accept/$ [name='satchmo_cart_accept_terms']
  68. ^cart/add/$ [name='satchmo_cart_add']
  69. ^cart/add/ajax/$ [name='satchmo_cart_add_ajax']
  70. ^cart/qty/$ [name='satchmo_cart_set_qty']
  71. ^cart/qty/ajax/$ [name='satchmo_cart_set_qty_ajax']
  72. ^cart/remove/$ [name='satchmo_cart_remove']
  73. ^cart/remove/ajax/$ [name='satchmo_cart_remove_ajax']
  74. ^checkout/
  75. ^contact/$ [name='satchmo_contact']
  76. ^history/$ [name='satchmo_order_history']
  77. ^quickorder/$ [name='satchmo_quick_order']
  78. ^tracking/(?P<order_id>\d+)/$ [name='satchmo_order_tracking']
  79. ^search/$ [name='satchmo_search']
  80. ^product/
  81. ^category/
  82. ^contact/thankyou/$ [name='satchmo_contact_thanks']
  83. ^sitemap\.xml$ [name='satchmo_sitemap_xml']
  84. ^admin/
  85. ^sitemap.xml$
  86. ^sitemap-(?P<section>.+)\.xml$

The current URL, faqs/affiliate-dashboard.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.