Fix casing in template example for forms

This commit is contained in:
nicolas.dorier 2023-03-27 12:54:04 +09:00
parent c23aa48688
commit 632d67eef4
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE

View File

@ -29,16 +29,10 @@
}
<template id="form-template-email">
@Json.Serialize(FormDataService.StaticFormEmail, new JsonSerializerSettings()
{
Formatting = Formatting.Indented
})
@FormDataService.StaticFormEmail
</template>
<template id="form-template-address">
@Json.Serialize(FormDataService.StaticFormAddress, new JsonSerializerSettings()
{
Formatting = Formatting.Indented
})
@FormDataService.StaticFormAddress
</template>
<form method="post" asp-action="Modify" asp-route-id="@formId" asp-route-storeId="@storeId">