File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/OrchardCore.Themes/TheComingSoonTheme/Recipes/Snippets Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 2
2
{{ Model .ContentItem .Content .HtmlBodyPart .Html | raw }}
3
3
<div class =" input-group input-group-newsletter" >
4
4
<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 >
6
6
</div >
7
- </div >
7
+ </div >
You can’t perform that action at this time.
0 commit comments