Maha Bouchiba il y a 2 ans
Parent
commit
082df0d5b3
1 fichiers modifiés avec 0 ajouts et 12 suppressions
  1. 0 12
      components/Contact/Banner.vue

+ 0 - 12
components/Contact/Banner.vue

@@ -135,34 +135,22 @@
           </v-row>
 
           <!-- Policy and  checkboxes -->
-          <v-row>
-            <v-col cols="12">
               <v-checkbox
                 v-model="privacyPolicy"
                 :rules="[(v) => !!v || 'You must accept the privacy policy']"
                 label="J'ai pris connaissance de la politique de confidentialité et j'accepte le traitement de mes données personnelles par Opentalent."
               ></v-checkbox>
-            </v-col>
-          </v-row>
 
-          <v-row>
-            <v-col cols="12">
               <v-checkbox
                 v-model="newsletterSubscription"
                 label="Je souhaite recevoir des communications d'Opentalent par email (promotions, informations logiciel…). Je pourrai me désinscrire à tout moment."
               ></v-checkbox>
-            </v-col>
-          </v-row>
 
-          <v-row>
-            <v-col cols="12">
               <v-checkbox
                 v-model="captchaChecked"
                 :rules="[(v) => !!v || 'You must pass the captcha']"
                 label="Captcha"
               ></v-checkbox>
-            </v-col>
-          </v-row>
 
           <!-- Submit Button -->
           <v-row>