diff options
Diffstat (limited to 'templates/packages/group_details.html')
-rw-r--r-- | templates/packages/group_details.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/group_details.html b/templates/packages/group_details.html index f15efaac..df9c5e96 100644 --- a/templates/packages/group_details.html +++ b/templates/packages/group_details.html @@ -29,7 +29,7 @@ <td>{{ pkg.pkgver }}-{{ pkg.pkgrel }}</td> {% endif %} <td class="wrap">{{ pkg.pkgdesc }}</td> - <td>{{ pkg.last_update|date:"Y-m-d" }}</td> + <td>{{ pkg.last_update|date }}</td> </tr> {% endfor %} </tbody> |