Page not found (404)

Request Method: GET
Request URL: http://dashboard.ons.gov.mz/dashboards/home/hiv-aids/hiv-in-mozambique/index.html

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

  1. ^ ^dashboards/uds/(?P<section>[-\w]+)/(?P<slug>[-\w]+)/$ [name='uds']
  2. ^ ^dashboards/widgets/blank [name='widget_blank']
  3. ^ ^dashboards/widgets/current_time [name='widget_current_time']
  4. ^ ^dashboards/widgets/diagnosis_list [name='widget_diagnosis_list']
  5. ^ ^dashboards/widgets/diagnosis_pie [name='widget_diagnosis_pie']
  6. ^ ^dashboards/widgets/modes_of_delivery_pie [name='widget_modes_of_delivery_pie']
  7. ^ ^dashboards/widgets/preterm_tiles [name='widget_preterm_tiles']
  8. ^dashboards/login$
  9. ^ ^$ [name='home_page']
  10. ^ ^accounts/login/$ [name='login']
  11. ^ ^accounts/logout/$ [name='logout']
  12. ^ ^widgets/(?P<perspective_slug>[-\w]+)/(?P<slug>[-\w]+)/$ [name='widgets']
  13. ^ ^widgets/(?P<slug>[-\w]+)/$ [name='widgets']
  14. ^ ^start/$ [name='dashboards']
  15. ^ ^dashboards/perspectives/clear/$ [name='clear_perspective']
  16. ^ ^perspectives/(?P<slug>[-\w]+)/$ [name='load_perspective']
  17. ^ ^dashboards/0/(?P<section>[-\w]+)/(?P<slug>[-\w]+)/$ [name='dashboards_start']
  18. ^ ^dashboards/(?P<section>[-\w]+)/(?P<perspective_slug>[-\w]+)/(?P<slug>[-\w]+)/$ [name='dashboards']
  19. ^ ^dashboards/(?P<section>[-\w]+)/(?P<slug>[-\w]+)/$ [name='dashboards']
  20. ^ ^dashboards/(?P<page_id>[-\w]+)/(?P<section>[-\w]+)/(?P<perspective_slug>[-\w]+)/(?P<slug>[-\w]+)/$ [name='dashboards']
  21. ^ ^somedashboardpage/(?P<section>[-\w]+)/(?P<perspective_slug>[-\w]+)/(?P<slug>[-\w]+)/$ [name='pages']
  22. ^ ^404$
  23. ^ ^500$
  24. ^ ^403$
  25. ^ ^ckeditor/
  26. ^admin/
  27. ^i18n/

The current path, dashboards/home/hiv-aids/hiv-in-mozambique/index.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.