diff --git a/DigitalLearningSolutions.Web/Views/Frameworks/Developer/_Structure.cshtml b/DigitalLearningSolutions.Web/Views/Frameworks/Developer/_Structure.cshtml index ca13087c27..9027ce33fb 100644 --- a/DigitalLearningSolutions.Web/Views/Frameworks/Developer/_Structure.cshtml +++ b/DigitalLearningSolutions.Web/Views/Frameworks/Developer/_Structure.cshtml @@ -1,5 +1,18 @@ @using DigitalLearningSolutions.Web.ViewModels.Frameworks; @model FrameworkViewModel; + + +@if (Model.DetailFramework.UserRole > 1) +{ +