summaryrefslogtreecommitdiff
path: root/templates/packages/details.html
diff options
context:
space:
mode:
authorDan McGee <dan@archlinux.org>2012-05-12 09:22:52 -0500
committerDan McGee <dan@archlinux.org>2012-05-12 09:22:52 -0500
commitf36d876aca5571f09032d0d2a67c8b1f1a3258c8 (patch)
tree320c016ae3458ae4b7232d9b5d77a7d9cafa38f8 /templates/packages/details.html
parentc8a2b8db5188e04266744db9f5acc7d23d3c2e0e (diff)
Change to new time access methods in pgpdump code
Signed-off-by: Dan McGee <dan@archlinux.org>
Diffstat (limited to 'templates/packages/details.html')
-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 4ab55ef2..4cb6032e 100644
--- a/templates/packages/details.html
+++ b/templates/packages/details.html
@@ -165,7 +165,7 @@
<td>{% with pkg.signer as signer %}{% if signer %}{% pgp_key_link pkg.signature.key_id signer.get_full_name %}{% else %}Unknown ({% pgp_key_link pkg.signature.key_id %}){% endif %}{% endwith %}</td>
</tr><tr>
<th>Signature Date:</th>
- <td>{{ pkg.signature.datetime|date:"DATETIME_FORMAT" }} UTC</td>
+ <td>{{ pkg.signature.creation_time|date:"DATETIME_FORMAT" }} UTC</td>
</tr>{% else %}<tr>
<th>Signed By:</th>
<td>Unsigned</td>