From e8144554899b10617f28208f3f83ccdc437ec7d6 Mon Sep 17 00:00:00 2001
From: Steve Sutton
Date: Mon, 24 Sep 2018 14:12:30 -0400
Subject: [PATCH] Take care of missing $
missing $ for template
---
views/front/registrations/registration.html | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html
index a7088f1..89cfd39 100755
--- a/views/front/registrations/registration.html
+++ b/views/front/registrations/registration.html
@@ -474,7 +474,7 @@
Your registration is not complete!
- Click "{terms.reg_term_button_attendee_page_continue}" to finalize your contact/billing information.
+ Click "{$terms.reg_term_button_attendee_page_continue}" to finalize your contact/billing information.
{/if}
--
2.17.1