From 09acb111a2b22f5794541fac175b024dd0f9100e Mon Sep 17 00:00:00 2001 From: Brian Picciano Date: Fri, 20 May 2022 11:17:31 -0600 Subject: Rename api package to http --- srv/src/api/tpl/edit-post.html | 101 ----------------------------------------- 1 file changed, 101 deletions(-) delete mode 100644 srv/src/api/tpl/edit-post.html (limited to 'srv/src/api/tpl/edit-post.html') diff --git a/srv/src/api/tpl/edit-post.html b/srv/src/api/tpl/edit-post.html deleted file mode 100644 index 9ccfa2a..0000000 --- a/srv/src/api/tpl/edit-post.html +++ /dev/null @@ -1,101 +0,0 @@ -{{ define "body" }} - -
- - {{ .CSRFFormInput }} - -
- -
- - {{ if eq .Payload.ID "" }} - - {{ else }} - {{ .Payload.ID }} - - {{ end }} -
- -
- - -
- -
- - -
- -
- -
- -
- - -
- -
- - -
- -
- -
-
- -
-
- - - - - - - - - -
- -{{ end }} - -{{ template "base.html" . }} -- cgit v1.2.3