Fix for time display on repo last update

This commit is contained in:
eliott 2008-03-08 17:45:19 -08:00
parent 18156a182c
commit 4380bd20e4

View File

@ -108,7 +108,7 @@ <h3>Package Repositories</h3>
{% for repo in repos %}
<tr>
<th><a href="/packages/?repo={{ repo.name }}">{{ repo.name }}</a></th>
<td>{{ repo.last_update }}</td>
<td>{{ repo.last_update|date:"Y-m-d H:i" }}</td>
</tr>
{% endfor %}
</table>