Page not found (404)

Request Method: GET
Request URL: https://pastenote.net/cdn-cgi/l/email-protection

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

  1. [name='add_note']
  2. ads.txt [name='ssl']
  3. .well-known/pki-validation/FF65D177035DA66DBC3C421D8324D43A.txt [name='ssl2']
  4. terms/ [name='terms']
  5. privacy/ [name='privacy']
  6. contact/ [name='contact']
  7. about/ [name='about']
  8. report/ [name='report']
  9. <slug:slug> [name='note_detail']
  10. link/<slug:slug> [name='lug_link']
  11. <slug:slug>/update/ [name='note_update']
  12. <slug:slug>/delete/ [name='note_delete']
  13. ^media/(?P<path>.*)$
  14. profile/ [name='profile']
  15. browse/ [name='browse']
  16. register/ [name='register']
  17. login/ [name='login']
  18. change-password/ [name='change_password']
  19. change-email/ [name='change_email']
  20. password-reset/ [name='password_reset']
  21. password-reset/done/ [name='password_reset_done']
  22. password-confirm/<uidb64>/<token>/ [name='password_reset_confirm']
  23. password-complete/ [name='password_reset_complete']
  24. logout/ [name='logout']
  25. ^media/(?P<path>.*)$
  26. captcha/
  27. termino/
  28. ckeditor/
  29. ^static/(?P<path>.*)$
  30. ^media/(?P<path>.*)$

The current path, cdn-cgi/l/email-protection, 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.