summaryrefslogtreecommitdiff
path: root/srv/src/http/tpl/edit-post.html
diff options
context:
space:
mode:
authorBrian Picciano <mediocregopher@gmail.com>2022-08-16 22:04:57 -0600
committerBrian Picciano <mediocregopher@gmail.com>2022-08-16 22:04:57 -0600
commitc06dd5c5873f7d2c96946dd2414687e8b0eb71f3 (patch)
treef5d8c6d4a63a23e49bb54c4a54c9ab202071e003 /srv/src/http/tpl/edit-post.html
parent7bd7af44a99c81999b1650bf21dd720b3e67fef6 (diff)
make button vs link usage consistent
Diffstat (limited to 'srv/src/http/tpl/edit-post.html')
-rw-r--r--srv/src/http/tpl/edit-post.html9
1 files changed, 6 insertions, 3 deletions
diff --git a/srv/src/http/tpl/edit-post.html b/srv/src/http/tpl/edit-post.html
index 45e8f84..9376f2e 100644
--- a/srv/src/http/tpl/edit-post.html
+++ b/srv/src/http/tpl/edit-post.html
@@ -104,12 +104,15 @@
<input type="submit" value="Update" formaction="{{ BlogURL "posts/" }}" />
{{ end }}
- <a href="{{ BlogURL "posts/" }}">
- <button type="button">Back</button>
- </a>
</p>
</form>
+
+<p>
+ <a href="{{ BlogURL "posts/" }}">
+ Back to Posts
+ </a>
+</p>
{{ end }}
{{ template "base.html" . }}