aboutsummaryrefslogtreecommitdiff
path: root/t_idea/index.html
diff options
context:
space:
mode:
Diffstat (limited to 't_idea/index.html')
-rw-r--r--t_idea/index.html2
1 files changed, 1 insertions, 1 deletions
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 @@
<div class="idea">
<h2 class="title">{{.Title}}</h2>
<pre class="text">{{.Text}}</pre>
- <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>
<form action="/idea/delete/" method="post">
<input type="hidden" name="title" value="{{.Title}}">
<input type="submit" value="delete">