diff options
author | Vitaly Takmazov | 2017-06-20 16:33:10 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-06-20 16:33:10 +0300 |
commit | 4df1f1aa6f104df1161954b7def736373e14ca65 (patch) | |
tree | 1a42bca32fbf61bc748ce404f99b87cf3a33d7fe /juick-www/src/main/webapp | |
parent | a87b218082b7ed383ee57e26e89bc2d0283299f5 (diff) |
www: prevent email obfuscation in settings
Diffstat (limited to 'juick-www/src/main/webapp')
-rw-r--r-- | juick-www/src/main/webapp/WEB-INF/views/settings_main.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/juick-www/src/main/webapp/WEB-INF/views/settings_main.html b/juick-www/src/main/webapp/WEB-INF/views/settings_main.html index e5342229..14c200b6 100644 --- a/juick-www/src/main/webapp/WEB-INF/views/settings_main.html +++ b/juick-www/src/main/webapp/WEB-INF/views/settings_main.html @@ -78,6 +78,7 @@ {% endif %} </form> {% if emails is not empty %} + <!--email_off--> <form action="/settings" method="POST" enctype="multipart/form-data"> <p>You can receive all your subscriptions by email:<br/> Sent to <select name="account"> @@ -98,6 +99,7 @@ <input type="hidden" name="page" value="email-subscr"/> <input type="submit" value="OK"/></p> </form> + <!--/email_off--> {% endif %} <p> </p> <p>You can post to Juick via e-mail. Send your <span style="text-decoration: underline">plain text</span> |