diff options
author | Mark Sapiro <mark@msapiro.net> | 2019-06-19 16:56:49 -0700 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2019-06-19 16:56:49 -0700 |
commit | 1799a87556e18776e64df28ff2ac4fee190f2dc1 (patch) | |
tree | 670eea11f001d2273da50af94c9f949b85ded058 /templates/gl | |
parent | 56188e427f80ed350b6608ce47124402c90b9d40 (diff) | |
parent | 91203be694e4ca836b862b7921e119b2f55a8307 (diff) | |
download | mailman2-1799a87556e18776e64df28ff2ac4fee190f2dc1.tar.gz mailman2-1799a87556e18776e64df28ff2ac4fee190f2dc1.tar.xz mailman2-1799a87556e18776e64df28ff2ac4fee190f2dc1.zip |
Implement Ralf Jung's captcha feature for the subscribe form.
Diffstat (limited to 'templates/gl')
-rw-r--r-- | templates/gl/listinfo.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/gl/listinfo.html b/templates/gl/listinfo.html index 7f65048b..aa9e0954 100644 --- a/templates/gl/listinfo.html +++ b/templates/gl/listinfo.html @@ -117,6 +117,7 @@ </tr> <mm-digest-question-end> <mm-recaptcha-ui> + <mm-captcha-ui> <tr> <td colspan="3"> <center><MM-Subscribe-Button></center> |