Skip to content

Commit

Permalink
Merge pull request #301 from communitiesuk/bugfix/FS-4348-fix-hsra-fu…
Browse files Browse the repository at this point in the history
…nd-all-questions

FS-4348: Add HSRA application guidance section for all questions template
  • Loading branch information
NarenderRajuB authored May 3, 2024
2 parents af3252d + aa967f4 commit 1e32dab
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/fund_loader_config/hsra/hsra.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
from config.fund_loader_config.common_fund_config.fund_base_tree_paths import (
HSRA_BASE_PATH,
)
from config.fund_loader_config.hsra.shared import HSRA_APPLICATION_GUIDANCE
from config.fund_loader_config.logo import DLUHC_LOGO_PNG

HSRA_FUND_ID = "1e4bd8b0-b399-466d-bbd1-572171bbc7bd"
Expand Down Expand Up @@ -155,7 +156,7 @@
"EGg0v32c3kOociSi7zmVqFJBHpeOL2tNnpiwpdL2iElURUY1WkhaS0NFMlZVQUhYQ1NaN0E4RjlQMC4u"
),
"project_name_field_id": "qbBtUh",
"application_guidance_json": "",
"application_guidance_json": HSRA_APPLICATION_GUIDANCE,
"guidance_url": "", # TODO add guidance link
"all_uploaded_documents_section_available": True,
"application_fields_download_available": True,
Expand Down
9 changes: 9 additions & 0 deletions config/fund_loader_config/hsra/shared.py
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
HSRA_APPLICATION_GUIDANCE = {
"en": (
"<h2 class='govuk-heading govuk-heading-s'>What we'll ask you for</h2><p"
" class='govuk-body'>You can preview the <a href='{all_questions_url}'>full list of"
" application questions</a>.</p><p class='govuk-body'>We'll also ask you to upload"
" a business plan to support the answers you've given us in the management case"
" section.</p>"
)
}

0 comments on commit 1e32dab

Please sign in to comment.