diff options
author | David Siebörger <drs@sieborger.nom.za> | 2018-01-29 14:58:42 +0200 |
---|---|---|
committer | David Siebörger <drs@sieborger.nom.za> | 2018-01-29 14:58:42 +0200 |
commit | 993d81c2ce98a6579b3110a6013c00090dfddaea (patch) | |
tree | 4dc585e377553f711eb22678eddd79460b3755a1 /templates/en | |
parent | e76749fe918f58c453aab77f0c53ac0342afdadf (diff) | |
download | mailman2-993d81c2ce98a6579b3110a6013c00090dfddaea.tar.gz mailman2-993d81c2ce98a6579b3110a6013c00090dfddaea.tar.xz mailman2-993d81c2ce98a6579b3110a6013c00090dfddaea.zip |
Allow the list subscription form to be protected from spam bots using
reCAPTCHA.
Diffstat (limited to 'templates/en')
-rw-r--r-- | templates/en/listinfo.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/en/listinfo.html b/templates/en/listinfo.html index f02b170d..c3c216b1 100644 --- a/templates/en/listinfo.html +++ b/templates/en/listinfo.html @@ -115,6 +115,7 @@ </TD> </tr> <mm-digest-question-end> + <mm-recaptcha-ui> <tr> <td colspan="3"> <center><MM-Subscribe-Button></center> |