You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* privacy-signup-form
* 🔧 Continue to implement and debug
* 🔧 Continue to implement and debug
* 🔧 Continue to implement and debug
* 🔧 Continue to implement and debug
if user &&!user.acceptedTerms&& path !=='/privacy-notice'
144
-
#accept-terms.modal
145
-
.modal-background
146
-
.modal-body
147
-
h2 Privacy Updates
148
-
form(v-on:submit="user.acceptTerms")
149
-
p.checkbox
150
-
input#terms-modal(type="checkbox"required)
151
-
label(for="terms-modal") We will email you when a new Parallelogram challenge is released, when the next Parallel Circles session is scheduled, and when there are special competitions, prizes and opportunities. By checking this box you consent to receiving these emails, in accordance with our #[a(href="/privacy-notice"target="_blank") Data Privacy policy].
152
-
button(type="submit") Continue
143
+
//- if user && !user.acceptedTerms && path !== '/privacy-notice'
144
+
//- #accept-terms.modal
145
+
//- .modal-background
146
+
//- .modal-body
147
+
//- h2 Privacy Updates
148
+
//- form(v-on:submit="user.acceptTerms")
149
+
//- p.checkbox
150
+
//- input#terms-modal(type="checkbox" required)
151
+
//- label(for="terms-modal") We will email you when a new Parallelogram challenge is released, when the next Parallel Circles session is scheduled, and when there are special competitions, prizes and opportunities. By checking this box you consent to receiving these emails, in accordance with our #[a(href="/privacy-notice" target="_blank") Data Privacy policy].
label(for="terms") We will email you when a new Parallelogram challenge is released, when the next Parallel Circles session is scheduled, and when there are special competitions, prizes and opportunities. By checking this box you consent to receiving these emails, in accordance with our #[a(href="/privacy-notice"target="_blank") Privacy Notice].
98
+
label(for="terms") We will email you with updates on Parallelograms, Parallel Circles and other offerings from Parallel. By checking this box you consent to receiving these emails, and also confirm that you have read and accept our #[a(href="/privacy-notice"target="_blank") Privacy Notice].
99
+
100
+
p(class="under13Terms"v-if="user.isUnderThirteen(user.signupForm.birthYear, user.signupForm.birthMonth)") As this student is under the age of 13, we require a parent or guardian to read and accept our Privacy Notice. We will be in touch via the parent/guardian email address you have provided above. The Privacy Notice will need to be accepted within 7 days and the student can continue to access the Parallel website in the meantime.
0 commit comments