Skip to content

Commit

Permalink
Merge 76c3c29 into 476ea60
Browse files Browse the repository at this point in the history
  • Loading branch information
lfdebrux committed Nov 8, 2019
2 parents 476ea60 + 76c3c29 commit 608cb76
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions app/templates/briefs/application_submitted.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ <h2 class="heading-xmedium">Shortlist</h2>
<h2 class="heading-xmedium">Evaluation</h2>

<div class="explanation-list">
<p class="govuk-body-l">At the evaluation stage, the buyer will ask you to provide:</p>
<p class="govuk-body">At the evaluation stage, the buyer will ask you to provide:</p>
<ul class="govuk-list govuk-list--bullet">
<li>
{% if brief.lotSlug == "digital-specialists" %}
Expand All @@ -60,7 +60,7 @@ <h2 class="heading-xmedium">Evaluation</h2>
</ul>
</div>
<div class="explanation-list">
<p class="govuk-body-l">The buyer will use the assessment methods listed in their requirements to evaluate your evidence. They’ll use:</p>
<p class="govuk-body">The buyer will use the assessment methods listed in their requirements to evaluate your evidence. They’ll use:</p>
<ul class="govuk-list govuk-list--bullet">
{% for eval_type in brief_summary.get_question('evaluationType').value %}
<li>{{ 'an' if eval_type == 'Interview' else 'a' }} {{ eval_type|lower }}</li>
Expand Down
4 changes: 2 additions & 2 deletions app/templates/briefs/start_brief_response.html
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@
<h1 class="govuk-heading-l">Before you start</h1>

<div class="explanation-list">
<p class="govuk-body-l">To apply for this opportunity, you’ll need to:</p>
<p class="govuk-body">To apply for this opportunity, you’ll need to:</p>
<ul class="govuk-list govuk-list--bullet">
<li>give the date {{ lot_content[brief.lotSlug][0] }} will be available to start work</li>
{% if brief.lotSlug == "digital-specialists" %}
Expand All @@ -61,7 +61,7 @@ <h2 class="heading-xmedium">How to give evidence</h2>

<h3 class="heading-small">Evidence structure</h3>
<div class="explanation-list padding-bottom-small">
<p class="govuk-body-l">When you write your evidence, you should be specific about:</p>
<p class="govuk-body">When you write your evidence, you should be specific about:</p>
<ul class="govuk-list govuk-list--bullet">
<li>what the situation was</li>
<li>the work {{ lot_content[brief.lotSlug][0] }} did</li>
Expand Down

0 comments on commit 608cb76

Please sign in to comment.