diff options
Diffstat (limited to 'templates/devel')
-rw-r--r-- | templates/devel/siteindex.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/devel/siteindex.html b/templates/devel/siteindex.html index e97d9150..3cbf08a9 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> |