Skip to content

Commit fac3258

Browse files
committed
Fix recaptcha widget for 2.2
1 parent a8fe3c9 commit fac3258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pgweb/account/recaptcha.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515

1616
class ReCaptchaWidget(forms.widgets.Widget):
17-
def render(self, name, value, attrs=None):
17+
def render(self, name, value, attrs=None, renderer=None):
1818
if settings.NOCAPTCHA:
1919
return 'Captcha disabled on this system'
2020
log.info("Generated captcha")

0 commit comments

Comments
 (0)