From 0ebdd615cb30ed997e9f5416579fefc37dd2ebff Mon Sep 17 00:00:00 2001 From: Todd Dembrey <todd.dembrey@torchbox.com> Date: Thu, 22 Mar 2018 12:23:29 +0000 Subject: [PATCH] Update the submit button to have basic styling --- .../apply/funds/templates/funds/applicationsubmission_form.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opentech/apply/funds/templates/funds/applicationsubmission_form.html b/opentech/apply/funds/templates/funds/applicationsubmission_form.html index c6c77a0f5..14042db62 100644 --- a/opentech/apply/funds/templates/funds/applicationsubmission_form.html +++ b/opentech/apply/funds/templates/funds/applicationsubmission_form.html @@ -12,7 +12,7 @@ {{ field }} {% endif %} {% endfor %} - <input class="link link--button-secondary" type="submit" value="Submit" /> + <input class="button button--primary" type="submit" value="Submit" /> </form> </div> {% endblock %} -- GitLab