Browse Source

Change date/time format on lab page

raylu 14 years ago
parent
commit
4a07017a6a
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pyc/templates/lab.html

+ 1 - 1
pyc/templates/lab.html

@@ -20,7 +20,7 @@ Lab {{ lab.id }} due {{ lab.due }} at 11:59:59 PDT (UTC-7):
 			{{ s.grade }}
 		{% endif %}
 	</td>
-	<td>{{ s.time }}</td>
+	<td>{{ s.time|date:'H:i:s d/n/Y' }}</td>
 	</tr>
 {% endfor %}
 </table></p>