4 lines
111 B
Plaintext
4 lines
111 B
Plaintext
@inherits Umbraco.Web.Macros.PartialViewMacroPage
|
|
@{
|
|
Html.RenderAction("PasswordReset", "Membership");
|
|
} |