Page not found (404)

Request Method: GET
Request URL: https://usj.ac.ug/403.shtml

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

  1. admin/
  2. [name='home']
  3. article/<int:pk> [name='article_details']
  4. article/<slug:slug>/ [name='article-detail']
  5. add_post/ [name='add_post']
  6. add_category/ [name='add_category']
  7. article/edit/<int:pk> [name='update_post']
  8. article/<int:pk>/delete [name='delete_post']
  9. category/<str:cats>/ [name='category']
  10. like/<int:pk>/ [name='like_post']
  11. article/<int:pk>/comment/ [name='add_comment']
  12. timetable/ [name='timetable']
  13. search/ [name='search']
  14. mission-&-vision/ [name='ab_mission']
  15. our-history/ [name='ab_history']
  16. university-anthem/ [name='ab_anthem']
  17. rules-&-regulation/ [name='ab_rules&regulations']
  18. our-history/ [name='ab_chancellor']
  19. our-history/ [name='ab_boardofdirectors']
  20. our-history/ [name='ab_universitysenate']
  21. our-history/ [name='ab_universitycouncil']
  22. university-policies/ [name='ab_universitypolicies']
  23. vice-chancellor/ [name='ab_vicechancellor']
  24. deputy-Vice-Chancellor/ [name='ab_deputyViceChancellor']
  25. academic-registrar/ [name='ab_academicregistrar']
  26. library/ [name='ab_library']
  27. faculty-of-education-&-science/ [name='ad_educationscience']
  28. faculty-of-business-&-socialsciences/ [name='ad_businesssocialsciences']
  29. institutional-repository/ [name='ad_institutionalrepository']
  30. e-learning/ [name='ad_elearning']
  31. academic-calender/ [name='ad_academiccalender']
  32. online-application/ [name='ad_onlineapplication']
  33. life-at-campus/ [name='st_lifeatcampus']
  34. students-guild/ [name='st_studentguild']
  35. games-&-sports/ [name='st_gamesports']
  36. student-union-clubs/ [name='st_studentUnionClubs']
  37. student-emails/ [name='st_studentemails']
  38. alumni/ [name='alumni']
  39. computing-services/ [name='st_computingservices']
  40. university-library/ [name='st_universitysibrary']
  41. university-security/ [name='st_universitysecurity']
  42. university-health-services/ [name='st_universityhealthservices']
  43. financial-aid/ [name='st_financialaid']
  44. quality-assurance/ [name='st_qualityassurance']
  45. dean-of-students/ [name='st_deanofstudents']
  46. admission-lists/ [name='st_admissionlists']
  47. graduation-requirements/ [name='st_graduationrequirements']
  48. under-graduate-courses/ [name='adm_undergraduatecourses']
  49. diploma-courses/ [name='adm_diplomacourses']
  50. short-courses/ [name='adm_shortcourses']
  51. admission-requirements/ [name='adm_admissionrequirements']
  52. fees-structure/ [name='adm_feesstructure']
  53. call-for-application/ [name='adm_callforapplication']
  54. application-form/ [name='adm-application-form']
  55. apply-online/ [name='adm_applyonline']
  56. online-application-guidlines/ [name='adm_onlineapplicationguidlines']
  57. scholarships/ [name='adm_scholarships']
  58. research-grants-office/ [name='re_researchgrantsoffice']
  59. research-repository/ [name='re_researchrepository']
  60. downloads/ [name='re_downloads']
  61. research-innovation/ [name='re_researchinnovation']
  62. partnerships/ [name='re_partnerships']
  63. collaborations/ [name='re_collaborations']
  64. research-publications-staff/ [name='re_researchpublications-staff']
  65. research-publications-student/ [name='re_researchpublications-student']
  66. gallery/ [name='gallery']
  67. faqs/ [name='faqs']
  68. academic-staff-usjm/ [name='staffpages']
  69. news/ [name='news']
  70. upcoming-events/ [name='events']
  71. events/<slug:slug>/ [name='event_detail']
  72. newsletter_subscribe/ [name='newsletter_subscribe']
  73. Contact_us/ [name='contact_us']
  74. register/ [name='event_register']
  75. notice-board/ [name='notice_board']
  76. notices/<slug:slug>/ [name='notice_detail']
  77. ^media/(?P<path>.*)$
  78. members/
  79. members/
  80. ckeditor/
  81. ^media/(?P<path>.*)$

The current path, 403.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.