From 935d1b9733797715fa8ad593455de69cc675c6f7 Mon Sep 17 00:00:00 2001 From: Sebastien Ros Date: Tue, 19 Oct 2010 15:15:33 -0700 Subject: [PATCH] Corrected Edit actions depending on FormRequiredAttribute - A change from input to button tag removed the value, and the attribute could not filter the POST anymore --HG-- branch : dev --- src/Orchard.Web/Core/Contents/Views/Items/Content.Edit.cshtml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Orchard.Web/Core/Contents/Views/Items/Content.Edit.cshtml b/src/Orchard.Web/Core/Contents/Views/Items/Content.Edit.cshtml index b6351b3cc..40941f429 100644 --- a/src/Orchard.Web/Core/Contents/Views/Items/Content.Edit.cshtml +++ b/src/Orchard.Web/Core/Contents/Views/Items/Content.Edit.cshtml @@ -5,7 +5,7 @@
@Display(Model.Secondary)
- +
\ No newline at end of file