diff options
author | Mark Sapiro <mark@msapiro.net> | 2018-01-29 20:06:24 -0800 |
---|---|---|
committer | Mark Sapiro <mark@msapiro.net> | 2018-01-29 20:06:24 -0800 |
commit | c88ce52f7177f5cf5d56bf3786c90f5c9e679d04 (patch) | |
tree | 79bc7ae61f91d9ccdf417896085ddb844fcb74e2 /templates/es | |
parent | e76749fe918f58c453aab77f0c53ac0342afdadf (diff) | |
parent | 993d81c2ce98a6579b3110a6013c00090dfddaea (diff) | |
download | mailman2-c88ce52f7177f5cf5d56bf3786c90f5c9e679d04.tar.gz mailman2-c88ce52f7177f5cf5d56bf3786c90f5c9e679d04.tar.xz mailman2-c88ce52f7177f5cf5d56bf3786c90f5c9e679d04.zip |
Added the ability to add reCAPTCHA to the listinfo subscribe form.
Diffstat (limited to 'templates/es')
-rw-r--r-- | templates/es/listinfo.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/es/listinfo.html b/templates/es/listinfo.html index a06b7f56..c73d9d0e 100644 --- a/templates/es/listinfo.html +++ b/templates/es/listinfo.html @@ -107,6 +107,7 @@ <TD BGCOLOR="#dddddd">¿En qué idioma desea visualizar sus mensajes?</TD> <TD> <MM-list-langs></TD> <TD> </TD></TR> + <mm-digest-question-start> <tr> <td>¿Desea recibir los mensaje de cada día reunidos en un único mensaje (digest)? @@ -115,6 +116,8 @@ <MM-Digest-Radio-Button> Sí </TD> </tr> + <mm-digest-question-end> + <mm-recaptcha-ui> <tr> <td colspan="3"> <center><MM-Subscribe-Button></center> |