Commit ad114dc3 authored by Michal Čihař's avatar Michal Čihař

Fix logger name

parent efe0027f
...@@ -372,7 +372,7 @@ class CaptchaRegistrationForm(RegistrationForm): ...@@ -372,7 +372,7 @@ class CaptchaRegistrationForm(RegistrationForm):
raise forms.ValidationError( raise forms.ValidationError(
_('Please check your math and try again.') _('Please check your math and try again.')
) )
self.logger( weblate.logger(
'Passed captcha for %s (%s = %s)', 'Passed captcha for %s (%s = %s)',
self.cleaned_data['email'], self.cleaned_data['email'],
self.captcha.question, self.captcha.question,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment