From 6873c63b87294ad60a1b0ec9b87a418ee2a93bb7 Mon Sep 17 00:00:00 2001 From: Steve Sutton Date: Wed, 20 Dec 2017 12:02:42 -0500 Subject: [PATCH] Update the required fields in the add update attendee forms. Use the glm-reg-required class. --- views/front/registrations/registration.html | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/views/front/registrations/registration.html b/views/front/registrations/registration.html index f939813..04015a0 100644 --- a/views/front/registrations/registration.html +++ b/views/front/registrations/registration.html @@ -63,7 +63,7 @@
- + {literal} <% if ( descr ) { %>
<%= descr %>
<% } %> <% if ( terms ) { %>
<%= terms %>
<% } %> @@ -161,20 +161,20 @@

{/literal}{$terms.reg_term_attendee_cap} Info{literal}

-
- * Required Fields +
+ * Required Fields
-
Email Address
+
Email Address
-
First Name *
+
First Name *
-
Last Name *
+
Last Name *
@@ -235,20 +235,20 @@

{/literal}{$terms.reg_term_attendee_cap} Info{literal}

-
- * Required Fields +
+ * Required Fields
-
Email Address
+
Email Address
-
First Name *
+
First Name *
-
Last Name *
+
Last Name *
-- 2.17.1