We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5beabf1 commit 34c67caCopy full SHA for 34c67ca
DigitalLearningSolutions.Web/Views/TrackingSystem/Centre/SelfAssessmentReports/Index.cshtml
@@ -28,7 +28,7 @@
28
<h2>Excel learner activity reports</h2>
29
<p class="nhsuk-lede-text">Download Excel competency self assessments activity reports for your centre.</p>
30
<ul>
31
- @if((Model.AdminCategoryId == null) || (Model.AdminCategoryId == Model.CategoryId))
+ @if((Model.DSATreportIsPublish) && ((Model.AdminCategoryId == null) || (Model.AdminCategoryId == Model.CategoryId)))
32
{
33
<li>
34
<a asp-controller="SelfAssessmentReports" asp-action="DownloadDigitalCapabilityToExcel">Digital Skills Assessment Tool - Download report</a>
0 commit comments