summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2011-07-03 18:56:05 -0500
committerDan McGee <dan@archlinux.org>2011-07-05 09:45:08 -0500
commit1bcb2b7ed0bdb11ea3b22cdbc93192b4259303d5 (patch)
treee91c7cdf4ccc25eb63ff5fea0f044aeb62f6d92c /templates
parentfa65115afccc612dd902b6324069a0b312f6a0f6 (diff)
downloadarchweb-1bcb2b7ed0bdb11ea3b22cdbc93192b4259303d5.tar.gz
archweb-1bcb2b7ed0bdb11ea3b22cdbc93192b4259303d5.zip
Add a default datetime format
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates')
-rw-r--r--templates/packages/details.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/packages/details.html b/templates/packages/details.html
index 68016501..7972b9ab 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -144,7 +144,7 @@
<td>{% with pkg.packager as pkgr %}{% if pkgr %}{% userpkgs pkgr %}{% else %}{{ pkg.packager_str }}{% endif %}{% endwith %}</td>
</tr><tr>
<th>Build Date:</th>
- <td>{{ pkg.build_date }} UTC</td>
+ <td>{{ pkg.build_date|date:"DATETIME_FORMAT" }} UTC</td>
</tr><tr>
<th>Last Updated:</th>
<td>{{ pkg.last_update|date }}</td>