Skip to content

Commit 8258c91

Browse files
authored
fix submit button type for ComingSoon theme (#13868)
1 parent 8fedf4f commit 8258c91

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/OrchardCore.Themes/TheComingSoonTheme/Recipes/Snippets/Widget__Register.liquid

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,6 @@
22
{{ Model.ContentItem.Content.HtmlBodyPart.Html | raw }}
33
<div class="input-group input-group-newsletter">
44
<input name="{{ Model.ContentItem.Content.Register.InputFieldName.Text }}" class="form-control" aria-describedby="submit-button" aria-label="{{ Model.ContentItem.Content.Register.Placeholder.Text }}" type="email" placeholder="{{ Model.ContentItem.Content.Register.Placeholder.Text }}"/>
5-
<button class="btn btn-primary" id="submit-button" type="button">{{ Model.ContentItem.Content.Register.Button.Text }}</button>
5+
<button class="btn btn-primary" id="submit-button" type="submit">{{ Model.ContentItem.Content.Register.Button.Text }}</button>
66
</div>
7-
</div>
7+
</div>

0 commit comments

Comments
 (0)