Skip to content
Extraits de code Groupes Projets
Valider ef79c11a rédigé par Benjamin - Le Filament's avatar Benjamin - Le Filament
Parcourir les fichiers

[FIX] comment create input line

parent 003ebac2
Branches
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
......@@ -109,12 +109,12 @@ class SurveyUserInput(models.Model):
)
if self.email:
answer_id._create_input_line("email")
if self.firstname:
answer_id._create_input_line("firstname")
if self.nickname:
answer_id._create_input_line("nickname")
if self.company:
answer_id._create_input_line("company")
# if self.firstname:
# answer_id._create_input_line("firstname")
# if self.nickname:
# answer_id._create_input_line("nickname")
# if self.company:
# answer_id._create_input_line("company")
# Envoie le mail de confirmation d'inscription à l'UP
training_survey_template.with_context(
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter