From eade69a12c580ab48e65adea2f208050a615648f Mon Sep 17 00:00:00 2001 From: Kitaiti Makoto Date: Wed, 26 Jan 2022 22:09:45 +0900 Subject: [PATCH] Fix indentation --- templates/email_signups/new.rs.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/email_signups/new.rs.html b/templates/email_signups/new.rs.html index 0d0d19da..69e72b60 100644 --- a/templates/email_signups/new.rs.html +++ b/templates/email_signups/new.rs.html @@ -32,6 +32,6 @@ } else { -

@i18n!(ctx.1, "Apologies, but registrations are closed on this particular instance. You can, however, find a different one.")

+

@i18n!(ctx.1, "Apologies, but registrations are closed on this particular instance. You can, however, find a different one.")

} })