From 1eb795bfbc3beefa824a177064dd1faa0a9ea3ae Mon Sep 17 00:00:00 2001 From: Richard Allitt Date: Sat, 20 Jun 2026 15:38:52 +0100 Subject: [PATCH] Alert non-contactable users to fix their email --- control/templates/base.html | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/control/templates/base.html b/control/templates/base.html index afa7ed4..9c3e9b5 100644 --- a/control/templates/base.html +++ b/control/templates/base.html @@ -44,7 +44,13 @@ -
+
+ {%- if member is defined and member.user and not member.contactable %} +
+ + We don't have a working email address for you. To avoid your account being suspended, please ensure your membership contact address is correct. +
+ {%- endif %} {%- set ecrsid = effective_crsid() %} {%- if auth.principal != ecrsid %}
@@ -52,6 +58,8 @@ Hello {{ auth.principal }}. You are currently impersonating {{ ecrsid }}.
{%- endif %} +
+
{%- if page_title is defined %}

{%- if page_parent is defined %}