From 1011f112b21a67cc2b125007a1907d97961039ae Mon Sep 17 00:00:00 2001 From: SDE Date: Thu, 1 Feb 2024 17:49:57 +0300 Subject: [PATCH] 0.12.4 subscribe mailing --- templates/blocks/b_footer.html | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/blocks/b_footer.html b/templates/blocks/b_footer.html index f148a93..9985f09 100644 --- a/templates/blocks/b_footer.html +++ b/templates/blocks/b_footer.html @@ -8,7 +8,9 @@
- {% include "forms/f_one_field_form.html" %} + {% if not user.user_profile.mailing_on %} + {% include "forms/f_one_field_form.html" %} + {% endif %}