From 9fb6e450773038782f5fb121ca48df00a60a8f3d Mon Sep 17 00:00:00 2001 From: Son Date: Tue, 19 Oct 2021 17:38:29 +0200 Subject: [PATCH] fix the help text too close to the input --- app/auth/templates/auth/register.html | 2 +- app/dashboard/templates/dashboard/mailbox.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/app/auth/templates/auth/register.html b/app/auth/templates/auth/register.html index 8d6fb4ce..0a6f369e 100644 --- a/app/auth/templates/auth/register.html +++ b/app/auth/templates/auth/register.html @@ -13,7 +13,7 @@
{{ form.email(class="form-control", type="email") }} -
+
Emails sent to your alias will be forwarded to this email address. It can't be a disposable or forwarding email address.
diff --git a/app/dashboard/templates/dashboard/mailbox.html b/app/dashboard/templates/dashboard/mailbox.html index 935ade71..efed9cf9 100644 --- a/app/dashboard/templates/dashboard/mailbox.html +++ b/app/dashboard/templates/dashboard/mailbox.html @@ -113,7 +113,7 @@ {{ new_mailbox_form.email(class="form-control", placeholder="email@example.com") }} {{ render_field_errors(new_mailbox_form.email) }} -
+
A mailbox can't be a disposable or forwarding email address.