From 3ce537864c90ed47ef7fea630bf7fe1df6ae32ec Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 5 Jan 2017 18:13:46 +0100 Subject: [PATCH] Fix no newsletter --- app/templates/includes/footer.html | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/app/templates/includes/footer.html b/app/templates/includes/footer.html index 7f85ebca..9bc854a0 100644 --- a/app/templates/includes/footer.html +++ b/app/templates/includes/footer.html @@ -3,9 +3,11 @@
- - {% trans "Subscribe to our newsletter" %} - + {% if newsletter_subscribing_url %} + + {% trans "Subscribe to our newsletter" %} + + {% endif %} {% for link in host_organization.links.all %} {% endfor %} -- 2.39.5