@model Disco.Web.Models.InitialConfig.WelcomeModel @{ ViewBag.Title = null; }
The installation is complete, but a few things need to be configured before Disco ICT can be started.
@using (Html.BeginForm()) {|
@Html.EditorFor(m => m.OrganisationName)
@Html.ValidationMessageFor(m => m.OrganisationName) |