From 9b4666748866d49df6d95b2261057f3b4ce00e13 Mon Sep 17 00:00:00 2001 From: meanderfox Date: Fri, 2 Feb 2024 22:51:02 -0500 Subject: [PATCH] registration form --- .../registration/registration-form.html | 11 +++-- .../templatetags/basic_attendee_form.html | 44 ++++++++++++------- 2 files changed, 33 insertions(+), 22 deletions(-) diff --git a/registration/templates/registration/registration-form.html b/registration/templates/registration/registration-form.html index 6eb753eb..8045c8ac 100644 --- a/registration/templates/registration/registration-form.html +++ b/registration/templates/registration/registration-form.html @@ -49,13 +49,13 @@

Pre-Register for {{ event }}!

{% show_attendee_form event=event emailOptions=True %} -

Select your registration options and level.

+

Select your registration options and level.


+ class="form-control form-control-text" maxlength="25" autocomplete="off" required />
@@ -71,7 +71,6 @@

Select your registration options and level.


- diff --git a/registration/templates/templatetags/basic_attendee_form.html b/registration/templates/templatetags/basic_attendee_form.html index 225a965f..de0f69eb 100644 --- a/registration/templates/templatetags/basic_attendee_form.html +++ b/registration/templates/templatetags/basic_attendee_form.html @@ -3,10 +3,12 @@
- +
- +
@@ -14,7 +16,8 @@
- +
@@ -22,7 +25,8 @@
- +
@@ -32,10 +36,10 @@
@@ -44,7 +48,8 @@
- +
@@ -53,7 +58,8 @@
- +
@@ -61,7 +67,8 @@
- +
@@ -69,10 +76,12 @@
- +
- +
@@ -80,10 +89,13 @@
- +
- +
@@ -101,11 +113,11 @@
- +
- @@ -123,7 +135,7 @@
- {% if attendee.birthdate %}