From f69ed83de73bbfc4b7af0931de6ced8cf12dea61 Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 11:06:21 -0600 Subject: Add preview button to edit post page --- srv/src/api/tpl/edit-post.html | 19 ++++++++++++------- 1 file changed, 12 insertions(+), 7 deletions(-) (limited to 'srv/src/api/tpl') diff --git a/srv/src/api/tpl/edit-post.html b/srv/src/api/tpl/edit-post.html index 708858d..9ccfa2a 100644 --- a/srv/src/api/tpl/edit-post.html +++ b/srv/src/api/tpl/edit-post.html @@ -1,11 +1,5 @@ {{ define "body" }} -

- - - -

-
{{ .CSRFFormInput }} @@ -87,7 +81,18 @@ - + + + + + + +
-- cgit v1.2.3