Skip to content

Commit

Permalink
Show created time--not updated time
Browse files Browse the repository at this point in the history
  • Loading branch information
willkg committed Mar 11, 2013
1 parent cf658b5 commit 8a64bb3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion richard/templates/home.html
Expand Up @@ -87,7 +87,7 @@ <h3>Site news
{% for item in news %}
<li>
<a href="{{ item.get_absolute_url() }}">{{ item.title }}</a>
- {{ item.updated|datetime }}
- {{ item.created|datetime }}
</li>
{% endfor %}
</ul>
Expand Down

0 comments on commit 8a64bb3

Please sign in to comment.