Page not found (404)

Request Method: GET
Request URL: https://jphiv-ina.net/author/annotated/wirawan-d-n

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

  1. admin/
  2. privacy-policy/ [name='privacy']
  3. terms-of-service/ [name='TOS']
  4. overview/ [name='overview']
  5. [name='homepage']
  6. getSubcategory/
  7. abstrak/ [name='abstract']
  8. grey-literature/ [name='grey-literature']
  9. grey-literature/(?P<GreyLiterature_slug>[\w-]+)/$ [name='gl-detail']
  10. kategori/(?P<Category_slug>[\w-]+)/$ [name='kategori-detail']
  11. abstrak/(?P<AbstractJPHIV_slug>[\w-]+)/$ [name='abstract-detail']
  12. author/(?P<AbstractAuthor_slug>[\w-]+)/$ [name='author-list']
  13. articles/dummy/ [name='artikel-list']
  14. articles/dummy/details [name='artikel-details']
  15. articles/data/(?P<Dataset_slug>[\w-]+)/$ [name='data-detail']
  16. add/grey-literature/ [name='add-grey']
  17. hasil/ [name='hasil-detail']
  18. search/ [name='search']
  19. policylab/
  20. cari/ [name='cari']
  21. users/
  22. accounts/
  23. accounts/signup/ [name='signup']
  24. activate/(?P<uidb64>[0-9A-Za-z_\-]+)/(?P<token>[0-9A-Za-z]{1,13}-[0-9A-Za-z]{1,20})/$ [name='activate']
  25. ^static/(?P<path>.*)$
  26. ^media/(?P<path>.*)$

The current path, author/annotated/wirawan-d-n, 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.