diff options
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views')
-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> |