@model Disco.Web.Models.InitialConfig.WelcomeModel @{ ViewBag.Title = null; }

Welcome to Disco ICT Management!

The installation is complete, but a few things need to be configured before Disco ICT can be started.

@using (Html.BeginForm()) {

Organisation Name

@Html.EditorFor(m => m.OrganisationName)
@Html.ValidationMessageFor(m => m.OrganisationName)
}