mirror of
https://github.com/OrchardCMS/Orchard.git
synced 2026-02-09 09:16:41 +08:00
Making the Setup page's validation summary appear
--HG-- branch : dev
This commit is contained in:
@@ -3,7 +3,7 @@
|
|||||||
<h1>@Html.TitleForPage(T("Get Started").ToString())</h1>
|
<h1>@Html.TitleForPage(T("Get Started").ToString())</h1>
|
||||||
|
|
||||||
@using (Html.BeginFormAntiForgeryPost()) {
|
@using (Html.BeginFormAntiForgeryPost()) {
|
||||||
Html.ValidationSummary();
|
@Html.ValidationSummary()
|
||||||
<h2>@T("Please answer a few questions to configure your site.")</h2>
|
<h2>@T("Please answer a few questions to configure your site.")</h2>
|
||||||
<fieldset class="site">
|
<fieldset class="site">
|
||||||
<div>
|
<div>
|
||||||
|
|||||||
Reference in New Issue
Block a user