From b53fac80c84a15edd138a2afd2d131e3a44a07e6 Mon Sep 17 00:00:00 2001
From: "J.-S. Caux" <J.S.Caux@uva.nl>
Date: Sat, 31 Mar 2018 11:47:03 +0200
Subject: [PATCH] Polish funding ack handling in journal admin

---
 journals/templates/journals/grants_form.html | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/journals/templates/journals/grants_form.html b/journals/templates/journals/grants_form.html
index 75c4ed4f2..b78f521cb 100644
--- a/journals/templates/journals/grants_form.html
+++ b/journals/templates/journals/grants_form.html
@@ -9,6 +9,12 @@
 
 <h1>Publication related grant(s)</h1>
 
+<h3>Funding acknowledgement of this Publication:</h3>
+{% if publication.has_funding_statement %}
+<p>{{ publication.metadata.funding_statement }}</p>
+{% else %}
+<p>No funding statement was registered.</p>
+{% endif %}
 
 <h3>Add existing grant to this Publication</h3>
 <form method="post" enctype="multipart/form-data">
-- 
GitLab