Adjust saving button
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{{define "headerActions"}}
|
{{define "headerActions"}}
|
||||||
<a class="btn" href="{{.PostURL}}">CANCEL</a>
|
<a class="btn" href="{{.PostURL}}">CANCEL</a>
|
||||||
<button class="btn" type="submit" form="edit-form" data-action="save" data-key="S" title="Save (S)">SAVE</button>
|
<button class="btn" type="button" data-action="save" data-key="S" title="Save (S)">SAVE</button>
|
||||||
{{end}}
|
{{end}}
|
||||||
|
|
||||||
{{define "content"}}
|
{{define "content"}}
|
||||||
|
|||||||
Reference in New Issue
Block a user