aboutsummaryrefslogtreecommitdiff
path: root/t_idea/edit.html
diff options
context:
space:
mode:
Diffstat (limited to 't_idea/edit.html')
-rw-r--r--t_idea/edit.html2
1 files changed, 1 insertions, 1 deletions
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"] {
<form action="/idea/edit/" method="post">
<input name="title" type="text" value="{{.Title}}"><br>
<textarea name="text" rows=6 required>{{.Text}}</textarea>
- <p class="creation">by <span class="author">{{.Author}}</span> on <span class="date">{{.CreatedAt}}</span></p>
+ <p class="creation">by <span class="author">{{.Author}}</span> on <span class="date">{{.LastUpdated}}</span></p>
<input type="submit" value="confirm">
</form>
<form action="/ideas/" method="get">