Masterlink_Simple_Logo_Horizontal_Positive_CMYK

In the event of a Near Miss in the workplace or on site, please complete and submit the form below.

A Near Miss is an event that occurred that did not cause any harm, but that under slightly different circumstances may have done so. For example, tools or equipment falling and hitting the ground near to where work is being carried out.

REMEMBER to notify your Site Supervisor of this Near Miss!

Thank you for reporting this Health & Safety event.

Please provide full address
{# Project override of django-recaptcha's v3 script. The packaged version mints the token once on page load, so a visitor who spends more than ~2 minutes on the form submits an expired token and fails validation ("timeout-or-duplicate"). Instead, mint a fresh token at submit time (per form, keyed by the widget uuid so multiple forms on one page work). IMPORTANT: this file MUST live in an app's templates dir (here "base", which is listed before "captcha" in INSTALLED_APPS), NOT in project/templates. Form widgets are rendered via Django's FORM_RENDERER, whose engine only searches installed-app template dirs and never the project-level TEMPLATES["DIRS"]. An override placed in project/templates is silently ignored. #}