mirror of
https://github.com/btcpayserver/btcpayserver.git
synced 2024-11-19 01:43:50 +01:00
Fix casing in template example for forms
This commit is contained in:
parent
c23aa48688
commit
632d67eef4
@ -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">
|
||||
|
Loading…
Reference in New Issue
Block a user