Page not found (404)

No ReferralForm matches the given query.
Request Method: GET
Request URL: https://rcrm.mdprospects.com/public_referral_external_form/e711cad6-1120-4838-a719-7ecf9da93d3f/8a49d9c0-0d77-425f-8c00-9f5ba0b09170/?doctor_type=3
Raised by: referral.views.public_referral_external_form

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

  1. [name='redirect_entry']
  2. dashboard/ [name='dashboard']
  3. third_party_login/ [name='third_party_login']
  4. admin/
  5. accounts/login/ [name='account_login']
  6. accounts/
  7. api/v1/
  8. task_calendar [name='task_calendar']
  9. public_referral_form/<uuid:client_uuid>/<uuid:profile_uuid>/ [name='public_referral_form']
  10. public_referral_form/<uuid:form_uuid>/<uuid:client_uuid>/<uuid:profile_uuid>/ [name='public_multiple_referral_form']
  11. public_referral_internal_form/<uuid:client_uuid>/ [name='public_referral_internal_form']
  12. public_referral_internal_form/<uuid:form_uuid>/<uuid:client_uuid>/ [name='public_multiple_referral_internal_form']
  13. public_referral_external_form/<uuid:client_uuid>/ [name='public_referral_external_form']
  14. public_referral_external_form/<uuid:form_uuid>/<uuid:client_uuid>/ [name='public_multiple_referral_external_form']

The current path, public_referral_external_form/e711cad6-1120-4838-a719-7ecf9da93d3f/8a49d9c0-0d77-425f-8c00-9f5ba0b09170/, matched the last one.

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.