diff options
author | Vitaly Takmazov | 2023-11-13 22:26:43 +0300 |
---|---|---|
committer | Vitaly Takmazov | 2023-11-13 22:26:43 +0300 |
commit | fe0d486e128629f7a0a0013746beea33f07b663f (patch) | |
tree | 7e04ccc1e9538cd46c83e006ec858ce5d110641a /src/main/resources/templates | |
parent | b7b98fbd4130597175d3da49d5be06142dbdc4cd (diff) |
Settings: fix typo which prevents email deletion
Diffstat (limited to 'src/main/resources/templates')
-rw-r--r-- | src/main/resources/templates/views/settings_main.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/main/resources/templates/views/settings_main.html b/src/main/resources/templates/views/settings_main.html index 713b0146..090d64a2 100644 --- a/src/main/resources/templates/views/settings_main.html +++ b/src/main/resources/templates/views/settings_main.html @@ -78,7 +78,7 @@ </p> {% else %} </p> - {% if jids | length > 1 %} + {% if emails | length > 1 %} <p><input type="hidden" name="page" value="email-del" /><input type="submit" class="Button" value=" Delete " /></p> {% endif %} |