Skip to content
This repository has been archived by the owner on Jul 25, 2024. It is now read-only.

Commit

Permalink
id tags for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
bobbi-hbrown committed Mar 15, 2024
1 parent 2bb8379 commit 520843c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion app/templates/main/dashboard.html
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ <h2 class="govuk-heading-m">All funds ({{ authorised_funds | length }})</h2>

<div class="govuk-summary-list__row">
<dt class="govuk-summary-list__key">
<a class="govuk-heading-m govuk-link--no-visited-state" href={{ url_for('main.upload', fund_code=fund_code, round=fund.current_reporting_round) }}> {{ fund.fund_name }}</a>
<a class="govuk-heading-m govuk-link--no-visited-state" id="{{ fund_code }}"href={{ url_for('main.upload', fund_code=fund_code, round=fund.current_reporting_round) }}> {{ fund.fund_name }}</a>
<p class="govuk-body"><b>Local Authority</b></p>
<p class="govuk-body"><b>Reporting Period</b></p>
</dt>
Expand Down
3 changes: 2 additions & 1 deletion app/templates/main/upload.html
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,8 @@

{{ govukButton({
"element": "button",
"text": "Upload and check for errors"})
"text": "Upload and check for errors",
"id":"upload-button"})
}}
</form>
{{ helpLinksDropdown() }}
Expand Down
3 changes: 2 additions & 1 deletion app/templates/main/validation-errors.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,8 @@ <h2 class="govuk-heading-l">Errors fixed?</h2>

{{ govukButton({
"element": "button",
"text": "Upload and check for errors"})
"text": "Upload and check for errors",
"id":"upload-button"})
}}

</form>
Expand Down

0 comments on commit 520843c

Please sign in to comment.