Page not found (404)

Request Method: GET
Request URL: http://auslan.org.au/dictionary/gloss/bruise.html/

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

  1. dictionary/
  2. dictionary/ words/<keyword>-<int:n>.html [name='word']
  3. dictionary/ tag/<tag>/ [name='tag']
  4. dictionary/ gloss/<idgloss>.html [name='gloss']
  5. dictionary/ search/ [name='search']
  6. dictionary/ search/region/ [name='set_region']
  7. dictionary/ update/gloss/<int:glossid> [name='update_gloss']
  8. dictionary/ update/tag/<int:glossid> [name='add_tag']
  9. dictionary/ update/definition/<int:glossid> [name='add_definition']
  10. dictionary/ update/relation/ [name='add_relation']
  11. dictionary/ update/region/<int:glossid> [name='add_region']
  12. dictionary/ update/gloss/ [name='add_gloss']
  13. dictionary/ ajax/keyword/<prefix>
  14. dictionary/ ajax/tags/
  15. dictionary/ ajax/gloss/<prefix> [name='gloss_complete']
  16. dictionary/ missingvideo.html
  17. dictionary/ variant/<idgloss>.html [name='public_variant']
  18. dictionary/ list/ [name='admin_gloss_list']
  19. dictionary/ gloss/<int:pk>/ [name='admin_gloss_view']
  20. feedback/
  21. video/
  22. pages/
  23. logout.html [name='logout']
  24. spell/twohanded.html
  25. spell/practice.html
  26. spell/onehanded.html
  27. numbersigns.html
  28. accounts/
  29. admin/doc/
  30. admin/
  31. summernote/
  32. sitemap.xml [name='cached-sitemap']
  33. test/<videofile>

The current path, dictionary/gloss/bruise.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.