From 1abebe80679bfc42842d286720a89e019c3b8c4f Mon Sep 17 00:00:00 2001 From: Son NK <> Date: Tue, 27 Oct 2020 18:59:59 +0100 Subject: [PATCH] improve how to use reverse-alias --- .../templates/dashboard/alias_contact_manager.html | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/app/dashboard/templates/dashboard/alias_contact_manager.html b/app/dashboard/templates/dashboard/alias_contact_manager.html index ea4f1d6e..aa056202 100644 --- a/app/dashboard/templates/dashboard/alias_contact_manager.html +++ b/app/dashboard/templates/dashboard/alias_contact_manager.html @@ -10,9 +10,13 @@

{{ alias.email }} contacts +

- @@ -49,7 +55,7 @@ - {{ new_contact_form.email(class="form-control", placeholder="First Last ") }} + {{ new_contact_form.email(class="form-control", placeholder="First Last ", autofocus=True) }} {{ render_field_errors(new_contact_form.email) }}