diff options
author | Vitaly Takmazov | 2017-12-19 16:36:16 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2017-12-19 16:36:16 +0300 |
commit | 5812cbafc57658120b0d2370342efe897d39661f (patch) | |
tree | 620213f74d0442abca5601c06d77c23568286a6d /juick-www/src/main/webapp/WEB-INF/views | |
parent | edfb4c9c20bccfcf0cf87124f3946b5e24300a11 (diff) |
do not delete last email
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 47299b9f..26539a69 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 @@ -76,8 +76,10 @@ - </p> {% else %} </p> + {% if jids | length > 1 %} <p><input type="hidden" name="page" value="email-del"/><input type="submit" value=" Delete "/></p> {% endif %} + {% endif %} </form> {% if emails is not empty %} <!--email_off--> |