diff --git a/hypha/apply/funds/templates/funds/application_base.html b/hypha/apply/funds/templates/funds/application_base.html index 86739048690ee4565fe789532bde602d51c921ac..d9aa80f42efa00bb01540da8b32f4706d94b63d3 100644 --- a/hypha/apply/funds/templates/funds/application_base.html +++ b/hypha/apply/funds/templates/funds/application_base.html @@ -53,6 +53,7 @@ {% endif %} {% endif %} {% endfor %} + <button class="link link--button-tertiary" type="submit" disabled>Save as a draft</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>