Beispiel #1
0
 def clean_last_name(self):
     last_name = titlecase(self.cleaned_data['last_name'].strip())
     return last_name
Beispiel #2
0
 def clean_last_name(self):
     last_name = titlecase(self.cleaned_data['last_name'].strip())
     return last_name
Beispiel #3
0
 def clean_first_name(self):
     first_name = titlecase(self.cleaned_data['first_name'].strip())
     return first_name
Beispiel #4
0
 def clean_first_name(self):
     first_name = titlecase(self.cleaned_data['first_name'].strip())
     return first_name