From 6e94e90791137ddfa6a627249218bc48510582c1 Mon Sep 17 00:00:00 2001 From: Chris Hill-Scott Date: Thu, 4 Oct 2018 10:10:12 +0100 Subject: [PATCH] Use HTML not macro for form example --- docs/documentation/using-notify.md | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/docs/documentation/using-notify.md b/docs/documentation/using-notify.md index 099a7733d4..055d50006e 100644 --- a/docs/documentation/using-notify.md +++ b/docs/documentation/using-notify.md @@ -74,17 +74,14 @@ var NotifyClient = require('notifications-node-client').NotifyClient, Make a page with a form to collect the user’s email address. For example: ``` -{% from "input/macro.njk" import govukInput %} -
- {{ govukInput({ - label: { - text: "Email address" - }, - id: "emailAddress", - name: "emailAddress" - }) }} +
+ + +