From b76c70aec392e8423fde6a29fb5b2a7a9f6a045f Mon Sep 17 00:00:00 2001 From: Tor Andersson Date: Tue, 6 May 2025 20:30:33 +0200 Subject: Rename pug files to match access url. --- views/profile.pug | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'views/profile.pug') diff --git a/views/profile.pug b/views/profile.pug index 2f9218d..0542a64 100644 --- a/views/profile.pug +++ b/views/profile.pug @@ -31,6 +31,8 @@ html p Enable mail notifications if mail.notify p Disable mail notifications + else + p.error Mail notifications are disabled on this server. if ENABLE_WEBHOOKS if !webhook @@ -43,6 +45,8 @@ html dl dt Configure webhook dd= new URL(webhook.url).hostname + else + p.error Webhook notifications are disabled on this server. h3 Account -- cgit v1.2.3