mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Missing localization string
--HG-- branch : dev
This commit is contained in:
@@ -2,7 +2,7 @@
|
|||||||
<%@ Import Namespace="Orchard.Users.ViewModels"%>
|
<%@ Import Namespace="Orchard.Users.ViewModels"%>
|
||||||
|
|
||||||
<h1 class="page-title"><%: Html.TitleForPage(Model.Title)%></h1>
|
<h1 class="page-title"><%: Html.TitleForPage(Model.Title)%></h1>
|
||||||
<p><%: T("Please enter your username and password.")%> <%: Html.ActionLink("Register", "Register")%><%: T(" if you don't have an account.")%></p>
|
<p><%: T("Please enter your username and password.")%> <%: Html.ActionLink(T("Register").ToString(), "Register")%><%: T(" if you don't have an account.")%></p>
|
||||||
<%: Html.ValidationSummary(T("Login was unsuccessful. Please correct the errors and try again.").ToString())%>
|
<%: Html.ValidationSummary(T("Login was unsuccessful. Please correct the errors and try again.").ToString())%>
|
||||||
<%
|
<%
|
||||||
using (Html.BeginFormAntiForgeryPost(Url.Action("LogOn", new {ReturnUrl = Request.QueryString["ReturnUrl"]}))) { %>
|
using (Html.BeginFormAntiForgeryPost(Url.Action("LogOn", new {ReturnUrl = Request.QueryString["ReturnUrl"]}))) { %>
|
||||||
|
|||||||
Reference in New Issue
Block a user