From 8b805a484beb960bdc3015b3303f4dbe2895ea71 Mon Sep 17 00:00:00 2001 From: Alice Gaudon Date: Mon, 25 Jan 2021 17:44:21 +0100 Subject: [PATCH] account view: normalize icons --- views/auth/account.njk | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/auth/account.njk b/views/auth/account.njk index 88c7bf0..bbbdd5f 100644 --- a/views/auth/account.njk +++ b/views/auth/account.njk @@ -7,7 +7,7 @@ {% block body %}
-

Personal information

+

Personal information

{% if display_email_warning and emails | length <= 0 %} {{ macros.message('warning', 'To avoid losing access to your account, please add an email address.') }}