templates/task/view.html
changeset 134 3a49a7e23442
parent 126 e5377fdaf110
child 156 7cad1e92713d
--- a/templates/task/view.html	Sun Feb 28 01:15:15 2010 +0530
+++ b/templates/task/view.html	Sun Feb 28 02:07:51 2010 +0530
@@ -6,7 +6,8 @@
     {% if task_viewable %}
         <h3>{{ task.title }}</h3><br />
         <!-- we have to write our own datetime.strftime filter and use in the next line -->
-        created by <a href="/user/view/uid={{ task.created_by.id }}">{{ task.created_by.username }}</a> on {{ task.creation_datetime.ctime }}<br />
+        created by <a href="/user/view/uid={{ task.created_by.id }}">{{ task.created_by.username }}</a>
+        on {{task.creation_datetime|date:"D d M Y"}} at {{task.creation_datetime|time:"H:i"}}<br />
 
         {% if is_mentor %}