Skip to content

Commit

Permalink
FS-4927 - Adding fund and 'Change fund' links to 'Create a Round' page
Browse files Browse the repository at this point in the history
  • Loading branch information
wjrm500 committed Jan 6, 2025
1 parent afb3508 commit fc9b8bb
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion app/blueprints/round/templates/round.html
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,10 @@
}) }}
{% endif %}
<h1 class="govuk-heading-l">{{ pageHeading }}</h1>
<p class="govuk-body">Fund: {{ fund.title_json["en"] }}</p>
<p class="govuk-body govuk-!-margin-bottom-1">Fund: <a href="{{ url_for('fund_bp.fund', fund_id=fund.fund_id) }}" class="govuk-link">{{ fund.title_json["en"] }}</a></p>
<p class="govuk-body govuk-!-margin-bottom-7">
<a href="{{ url_for('round_bp.select_fund') }}" class="govuk-link">Change fund</a>
</p>
<div class="govuk-form-group">
<fieldset class="govuk-fieldset">
<form method="POST">
Expand Down

0 comments on commit fc9b8bb

Please sign in to comment.