Page not found (404)

Request Method: GET
Request URL: http://smp2018.cips-smp.org/rewards.html

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

  1. admin/
  2. ^$ [name='smp']
  3. ^smp/$ [name='smp']
  4. ^smp_activity/$ [name='smp_activity']
  5. ^smp_member/$ [name='smp_member']
  6. ^smp_contact/$ [name='smp_contact']
  7. ^smp_workgroup/$ [name='smp_workgroup']
  8. ^smp_thesis/$ [name='smp_thesis']
  9. ^smp_data/(?P<data_id>.+)$ [name='smp_data']
  10. ^data/$ [name='smp_data']

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