From 7580766af7f8de1d5a1990480d4f0b96a07e9937 Mon Sep 17 00:00:00 2001
From: Fredrik Jonsson <frjo@xdeb.org>
Date: Tue, 19 May 2020 14:57:11 +0200
Subject: [PATCH] Correcting the confirmation_text_extra variable in the
 confirmation e-mail template.

---
 hypha/apply/funds/templates/funds/email/confirmation.html | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/hypha/apply/funds/templates/funds/email/confirmation.html b/hypha/apply/funds/templates/funds/email/confirmation.html
index b13a56bc5..e7f52f9fb 100644
--- a/hypha/apply/funds/templates/funds/email/confirmation.html
+++ b/hypha/apply/funds/templates/funds/email/confirmation.html
@@ -4,7 +4,7 @@
 
 Our reply will have the next steps for your {{ email_context.title }} application. You can find more information about our support options, review process and selection criteria on our website.
 
-{{ email_context.confirmation_text_text }}{% endwith %}
+{{ email_context.confirmation_text_extra }}{% endwith %}
 
 Project name: {{ source.title }}
 Contact name: {{ source.user.get_full_name }}
-- 
GitLab