Skip to content

Commit c34dca7

Browse files
committed
Fix recaptcha widget for 2.2
1 parent ccb1282 commit c34dca7

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)