Skip to content

Commit

Permalink
Decouple buyer api key creation from MoU signing
Browse files Browse the repository at this point in the history
  • Loading branch information
andymantell committed Jan 16, 2025
1 parent 869dee1 commit 16b1250
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@
<div class="govuk-section-break govuk-section-break--visible govuk-section-break--m"></div>
}

@if (organisationDetails.IsBuyer() && Model.HasBuyerSignedMou)
@if (organisationDetails.IsBuyer())
{
<h3 class="govuk-heading-s govuk-!-margin-bottom-3">
<a class="govuk-link" href="/organisation/@RouteData.Values["id"]/manage-api-keys">@(isViewer ? StaticTextResource.Organisation_ViewApiKeys : StaticTextResource.Organisation_ManageApiKeys) @(organisationDetails.IsTenderer() ? StaticTextResource.Organisation_ApiKeysForBuyers : "")</a>
Expand Down

0 comments on commit 16b1250

Please sign in to comment.