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 %}