From f1265ba0039f07342fe8fdb53d3b8e7328cd96ab Mon Sep 17 00:00:00 2001 From: Jan Szejko Date: Wed, 14 Sep 2016 16:00:52 +0200 Subject: [PATCH] newsletter: helptext in funding form --- src/funding/templates/funding/offer_detail.html | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/src/funding/templates/funding/offer_detail.html b/src/funding/templates/funding/offer_detail.html index bf21f3d27..2110f13c0 100644 --- a/src/funding/templates/funding/offer_detail.html +++ b/src/funding/templates/funding/offer_detail.html @@ -55,7 +55,13 @@ {% endif %} {% endfor %} - + + + + +
{{ form.agree_newsletter.help_text }} + + -- 2.20.1