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/pt_BR | |
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/pt_BR')
-rw-r--r-- | templates/pt_BR/listinfo.html | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/templates/pt_BR/listinfo.html b/templates/pt_BR/listinfo.html index a9124259..026f29fd 100644 --- a/templates/pt_BR/listinfo.html +++ b/templates/pt_BR/listinfo.html @@ -105,6 +105,7 @@ <TD BGCOLOR="#dddddd">Em que idioma prefere exibir suas mensagens?</TD> <TD> <MM-list-langs></TD> <TD> </TD></TR> + <mm-digest-question-start> <tr> <td>Deseja receber e-mails da lista enviados uma vez por dia em um único email (digest)? @@ -113,6 +114,8 @@ <MM-Digest-Radio-Button> Sim </TD> </tr> + <mm-digest-question-end> + <mm-recaptcha-ui> <tr> <td colspan="3"> <center><MM-Subscribe-Button></center> |