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">
|
<template id="form-template-email">
|
||||||
@Json.Serialize(FormDataService.StaticFormEmail, new JsonSerializerSettings()
|
@FormDataService.StaticFormEmail
|
||||||
{
|
|
||||||
Formatting = Formatting.Indented
|
|
||||||
})
|
|
||||||
</template>
|
</template>
|
||||||
<template id="form-template-address">
|
<template id="form-template-address">
|
||||||
@Json.Serialize(FormDataService.StaticFormAddress, new JsonSerializerSettings()
|
@FormDataService.StaticFormAddress
|
||||||
{
|
|
||||||
Formatting = Formatting.Indented
|
|
||||||
})
|
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
<form method="post" asp-action="Modify" asp-route-id="@formId" asp-route-storeId="@storeId">
|
<form method="post" asp-action="Modify" asp-route-id="@formId" asp-route-storeId="@storeId">
|
||||||
|
Loading…
Reference in New Issue
Block a user