aboutsummaryrefslogtreecommitdiff
path: root/main.go
diff options
context:
space:
mode:
Diffstat (limited to 'main.go')
-rw-r--r--main.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.go b/main.go
index 7497dc9..d4c2c15 100644
--- a/main.go
+++ b/main.go
@@ -244,7 +244,7 @@ func main() {
i.Title = r.FormValue("title")
i.Text = r.FormValue("text")
- i.LastUpdated = time.Now().Format(DateLayout)
+ i.LastUpdated = time.Now().Format(DateLayout) + " (edit)"
log.Printf("Edited '%s'\n", i.Title)
http.Redirect(w, r, "/ideas/", http.StatusMovedPermanently)