From 01679e4633eac76ce43d9d07dfa57b2548c97cc5 Mon Sep 17 00:00:00 2001 From: Raymaekers Luca Date: Wed, 9 Oct 2024 12:29:35 +0200 Subject: Change CreatedAt to LastUpdated - The field now changes when the idea is edited. --- t_idea/edit.html | 2 +- t_idea/index.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 't_idea') diff --git a/t_idea/edit.html b/t_idea/edit.html index 725a111..7af6b0b 100644 --- a/t_idea/edit.html +++ b/t_idea/edit.html @@ -34,7 +34,7 @@ input[name="title"] {

-

by {{.Author}} on {{.CreatedAt}}

+

by {{.Author}} on {{.LastUpdated}}

diff --git a/t_idea/index.html b/t_idea/index.html index 97b68dd..4b1d6c0 100644 --- a/t_idea/index.html +++ b/t_idea/index.html @@ -29,7 +29,7 @@

{{.Title}}

{{.Text}}
-

by {{.Author}} on {{.CreatedAt}}

+

by {{.Author}} on {{.LastUpdated}}

-- cgit v1.2.3