From 494907c069cd6d4ee5fa5ed90664e3f35f415a56 Mon Sep 17 00:00:00 2001
From: Parbhat Puri <parbhatpuri17@gmail.com>
Date: Wed, 27 Mar 2019 11:17:29 +0000
Subject: [PATCH] make header same as submission answers

---
 .../funds/templates/public_funds/open_call_index_page.html    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/opentech/public/funds/templates/public_funds/open_call_index_page.html b/opentech/public/funds/templates/public_funds/open_call_index_page.html
index ac98b04e4..f8079dbd6 100644
--- a/opentech/public/funds/templates/public_funds/open_call_index_page.html
+++ b/opentech/public/funds/templates/public_funds/open_call_index_page.html
@@ -17,11 +17,11 @@
                 </div>
                 <div>
                     <div>
-                        <h5>Project Duration</h5>
+                        <h4>Project Duration</h4>
                         {{ submission.get_duration_display }}
                     </div>
                     <div>
-                        <h5>Name</h5>
+                        <h4>Name</h4>
                         {{ submission.get_full_name_display }}
                     </div>
                     <div class="rich-text rich-text--answers">
-- 
GitLab