From ef765ba9e8e6129159e88fba044a4f2a7a4c4f56 Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Sat, 16 Sep 2023 12:57:24 +0200 Subject: Show warning badge for unverified mail on profile page. --- views/profile.pug | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/views/profile.pug b/views/profile.pug index d884f8f..2437eb2 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -14,7 +14,7 @@ html if ENABLE_MAIL if !user.is_verified - p Verify your mail address + p ⚠ Verify your mail address if user.notify p Disable mail notifications -- cgit v1.2.3