From ac7a05b09a9ab488f1d63456bc30109ac651916e Mon Sep 17 00:00:00 2001 From: KITAITI Makoto Date: Sat, 18 Apr 2020 18:46:10 +0900 Subject: [PATCH] Make blocklist deletion possible (#750) --- templates/instance/emailblocklist.rs.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/templates/instance/emailblocklist.rs.html b/templates/instance/emailblocklist.rs.html index f295fe16..fe9729fc 100644 --- a/templates/instance/emailblocklist.rs.html +++ b/templates/instance/emailblocklist.rs.html @@ -32,9 +32,9 @@
@if emails.is_empty() { - - } else {

@i18n!(ctx.1, "There are no blocked emails on your instance")

+ } else { + }