summaryrefslogtreecommitdiffstats
path: root/templates/devel/siteindex.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/devel/siteindex.html')
-rw-r--r--templates/devel/siteindex.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html
index e97d915..3cbf08a 100644
--- a/templates/devel/siteindex.html
+++ b/templates/devel/siteindex.html
@@ -108,7 +108,7 @@
{% 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>