201acc1976
Disco Administrators can be specified during the Initial Configuration
5 lines
157 B
Plaintext
5 lines
157 B
Plaintext
@{
|
|
ViewContext.ViewData.Add("IsInitialConfig", true);
|
|
Layout = MVC.Shared.Views._PublicLayout;
|
|
Html.BundleDeferred("~/Style/InitialConfig");
|
|
} |