diff options
Diffstat (limited to 'templates/packages/groups.html')
-rw-r--r-- | templates/packages/groups.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/groups.html b/templates/packages/groups.html index a472e7b2..8a96b7e3 100644 --- a/templates/packages/groups.html +++ b/templates/packages/groups.html @@ -21,7 +21,7 @@ <td><a href="/groups/{{ grp.arch }}/{{ grp.name }}/" title="Group details for {{ grp.name }}">{{ grp.name }}</a></td> <td>{{ grp.count }}</td> - <td>{{ grp.last_update|date:"Y-m-d" }}</td> + <td>{{ grp.last_update|date }}</td> </tr> {% endfor %} </tbody> |