mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2025-07-15 21:43:27 +08:00
Fixing line endings in template files
This commit is contained in:
parent
e3026b199e
commit
d54e5c3e3c
@ -1,4 +1,4 @@
|
||||
@model dynamic
|
||||
<h1>@Html.TitleForPage(T("Challenge Email Sent").ToString()) </h1>
|
||||
<p>@T("An email has been sent to you. Please click on the link it contains in order to have access on this site.") </p>
|
||||
<p>@Html.Link(T("Go back to where you were"), Url.Content(Request.QueryString["ReturnUrl"]))</p>
|
||||
<p>@Html.Link(T("Go back to where you were"), Url.Content(Request.QueryString["ReturnUrl"]))</p>
|
||||
|
@ -1,4 +1,4 @@
|
||||
@model dynamic
|
||||
<h1>@Html.TitleForPage(T("User Registration Pending").ToString()) </h1>
|
||||
<p>@T("Your user account has been created but has to be approved before it can be used.")</p>
|
||||
<p>@Html.Link(T("Go back to where you were"), Url.Content(Request.QueryString["ReturnUrl"]))</p>
|
||||
<p>@Html.Link(T("Go back to where you were"), Url.Content(Request.QueryString["ReturnUrl"]))</p>
|
||||
|
Loading…
Reference in New Issue
Block a user