From: Guillaume Pellerin Date: Thu, 5 Jan 2017 17:13:46 +0000 (+0100) Subject: Fix no newsletter X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=3ce537864c90ed47ef7fea630bf7fe1df6ae32ec;p=mezzo.git Fix no newsletter --- 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 %}