aboutsummaryrefslogtreecommitdiff
path: root/tmpl/edit
diff options
context:
space:
mode:
Diffstat (limited to 'tmpl/edit')
-rw-r--r--tmpl/edit2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmpl/edit b/tmpl/edit
index 683567c..2034f47 100644
--- a/tmpl/edit
+++ b/tmpl/edit
@@ -1,4 +1,4 @@
-{{define "title"}}Editing {{.Title}}{{end}}
+{{define "title"}}Edit {{.Title}}{{end}}
{{define "content"}}
<form action="/save/{{.Title}}" method="POST">
<textarea name="body" rows="25" cols="80">{{printf "%s" .Body}}</textarea>