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/el/listinfo.html | |
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/el/listinfo.html')
-rwxr-xr-x | templates/el/listinfo.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/el/listinfo.html b/templates/el/listinfo.html index f66fb7fe..65455594 100755 --- a/templates/el/listinfo.html +++ b/templates/el/listinfo.html @@ -116,6 +116,7 @@ </TD> </tr> <mm-digest-question-end> + <mm-recaptcha-ui> <tr> <td colspan="3"> <center><MM-Subscribe-Button></P></center> |