Start the conversation about growing your own qualified tradespeople.

Complete our online form and submit it to the Masterlink Team.

Please write your full name
Is there anything else you'd like to tell us about your business or the kind of apprentice you are looking to take on?
{# 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. #}