From 1e952c1a696d37d46abf597de5653acbda6d1393 Mon Sep 17 00:00:00 2001
From: Vaibhav Mule <vaibhavmule135@gmail.com>
Date: Wed, 6 May 2020 16:39:15 +0530
Subject: [PATCH] Remove unused variable

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

diff --git a/hypha/apply/funds/templates/funds/application_base.html b/hypha/apply/funds/templates/funds/application_base.html
index c3813009e..924115ac4 100644
--- a/hypha/apply/funds/templates/funds/application_base.html
+++ b/hypha/apply/funds/templates/funds/application_base.html
@@ -47,7 +47,7 @@
                     {% endif %}
                 {% endif %}
             {% endfor %}
-            <button class="link link--button-secondary" type="submit" disabled>{% if page.action_text %}{{ page.action_text|safe }}{% else %}Submit for review{% endif %}</button>
+            <button class="link link--button-secondary" type="submit" disabled>Submit for review</button>
         </form>
         <p class="wrapper--error message-no-js js-hidden">You must have Javascript enabled to use this form.</p>
     {% endif %}
-- 
GitLab