Adjust saving button

This commit is contained in:
2026-07-24 12:10:16 +02:00
parent 85527cfde8
commit 8b9f47f793
+1 -1
View File
@@ -1,6 +1,6 @@
{{define "headerActions"}}
<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}}
{{define "content"}}