From 3cb4a87f9ca8026c6121a38c55a5bc6ac5a02a39 Mon Sep 17 00:00:00 2001 From: Lee Brown Date: Tue, 6 Aug 2019 14:11:59 -0800 Subject: [PATCH] fix webapp template error for account-update --- cmd/web-app/templates/content/account-update.gohtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/web-app/templates/content/account-update.gohtml b/cmd/web-app/templates/content/account-update.gohtml index 792e28a..87daf92 100644 --- a/cmd/web-app/templates/content/account-update.gohtml +++ b/cmd/web-app/templates/content/account-update.gohtml @@ -68,7 +68,7 @@
- {{template "invalid-feedback" dicts "fieldName" "Zipcode" "validationDefaults" $.validationDefaults "validationErrors" $.validationError }} + {{template "invalid-feedback" dict "fieldName" "Zipcode" "validationDefaults" $.validationDefaults "validationErrors" $.validationError }}