From ee05204f9db32090a59b2bb5192bb6f2b0aa1e5f Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Thu, 30 Jul 2026 13:32:52 +0200 Subject: [PATCH 1/3] Make title h1. --- hypha/apply/funds/templates/funds/submission-success.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/hypha/apply/funds/templates/funds/submission-success.html b/hypha/apply/funds/templates/funds/submission-success.html index 765f8a40e8..e1f5749554 100644 --- a/hypha/apply/funds/templates/funds/submission-success.html +++ b/hypha/apply/funds/templates/funds/submission-success.html @@ -5,7 +5,7 @@ {% block content %}
{% if form_submission.status == 'draft' %} -

{% trans "Your application is saved as a draft." %}

+

{% trans "Your application is saved as a draft." %}

{% trans "Please note that your application is not submitted for review." %}

@@ -16,11 +16,11 @@

{% trans "Your application is saved as a draft." %}

{% endif %} {% else %} -

+

{% blocktrans trimmed %} Thank you for your submission to the {{ ORG_LONG_NAME }}. {% endblocktrans %} -

+

{% trans "An e-mail with more information has been sent to the address you entered." %}

From 5894e5c6b06b172a0bd0a744d1ec65749cb0b6af Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Thu, 30 Jul 2026 13:39:06 +0200 Subject: [PATCH 2/3] Move card actions outside prose div, messing up button text. --- .../templates/funds/submission-success.html | 45 +++++++++---------- 1 file changed, 22 insertions(+), 23 deletions(-) diff --git a/hypha/apply/funds/templates/funds/submission-success.html b/hypha/apply/funds/templates/funds/submission-success.html index e1f5749554..6be59f9e9c 100644 --- a/hypha/apply/funds/templates/funds/submission-success.html +++ b/hypha/apply/funds/templates/funds/submission-success.html @@ -51,32 +51,31 @@

{% endif %} {% endif %} - -
- {% if request.user.is_authenticated and request.user.can_access_dashboard%} - - {% trans "Go to your dashboard" %} +
+ + {% else %} + + {% trans "Log in" %} + + {% endif %}

{% endblock %} From 7ccce3c0c0a34931cf43e996fba38b038586339e Mon Sep 17 00:00:00 2001 From: Fredrik Jonsson Date: Thu, 30 Jul 2026 13:43:27 +0200 Subject: [PATCH 3/3] Fix buttons on 2fa setup compleate template as well. --- hypha/apply/users/templates/two_factor/core/setup_complete.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hypha/apply/users/templates/two_factor/core/setup_complete.html b/hypha/apply/users/templates/two_factor/core/setup_complete.html index 5a5188f6ae..42749b6fc3 100644 --- a/hypha/apply/users/templates/two_factor/core/setup_complete.html +++ b/hypha/apply/users/templates/two_factor/core/setup_complete.html @@ -18,7 +18,7 @@ your primary token device. To enable account recovery, add a phone number. {% endblocktrans %}

-