aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/webapp/WEB-INF/views/settings_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/webapp/WEB-INF/views/settings_main.html')
-rw-r--r--juick-www/src/main/webapp/WEB-INF/views/settings_main.html9
1 files changed, 1 insertions, 8 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 26539a69..dddf63bb 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
@@ -84,7 +84,7 @@
{% 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/>
+ <p>You can receive notifications to email:<br/>
Sent to <select name="account">
<option value="">Disabled</option>
{% for email in emails %}
@@ -92,13 +92,6 @@
{{ email }}
</option>
{% endfor %}
- </select> every day at <select name="time">
- {% for hour in hours %}
- <option value="{{ hour }}" {% if eopts.subscriptionHour == hour %} selected="selected" {%
- endif %}>
- {{ hour }}:00 GMT
- </option>
- {% endfor %}
</select>
<input type="hidden" name="page" value="email-subscr"/>
<input type="submit" value="OK"/></p>