@inherits Umbraco.Web.Macros.PartialViewMacroPage @using System.Web.Mvc.Html @using Umbraco.Web @using Umbraco.Web.Models @using Umbraco.Web.Controllers @{ var loginModel = new LoginModel { RedirectUrl = "/leaf-data/manage-queue/" }; }