aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/resources/templates/views/settings_main.html
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/resources/templates/views/settings_main.html')
-rw-r--r--juick-www/src/main/resources/templates/views/settings_main.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/juick-www/src/main/resources/templates/views/settings_main.html b/juick-www/src/main/resources/templates/views/settings_main.html
index ef46542d..65fbc984 100644
--- a/juick-www/src/main/resources/templates/views/settings_main.html
+++ b/juick-www/src/main/resources/templates/views/settings_main.html
@@ -88,7 +88,7 @@
Sent to <select name="account">
<option value="">Disabled</option>
{% for email in emails %}
- <option value="{{ email }}" {% if eopts.email == email %} selected="selected" {% endif %}>
+ <option value="{{ email }}" {% if email_active == email %} selected="selected" {% endif %}>
{{ email }}
</option>
{% endfor %}