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