Répare un merge malencontreux
This commit is contained in:
parent
86a1fa7d55
commit
c092892187
2 changed files with 1 additions and 2 deletions
|
@ -23,7 +23,7 @@ def inscription_membre(request):
|
|||
comp_form = InscriptionMembreForm(requbis)
|
||||
if user_form.is_valid() and comp_form.is_valid():
|
||||
pseudo = user_form.cleaned_data['username']
|
||||
if not (comp_form.cleaned_data['validation'] == "zlahfeezbekzfgghev"):
|
||||
if not (comp_form.cleaned_data['validation'] == "Pouet-ta-mere"):
|
||||
error = "Le champ Validation ne correspond pas à celui attendu"
|
||||
return render(request, "gestion/registration.html", locals())
|
||||
member = user_form.save(commit=False)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue