monkeysphere: Remove key ID field from detail view.

This commit is contained in:
James Valleroy 2016-03-08 17:49:12 -05:00
parent f4601e7b05
commit cc35fc2a68
No known key found for this signature in database
GPG Key ID: 77C0C75E7B650808

View File

@ -31,10 +31,6 @@
<td>{% trans "OpenPGP Fingerprint" %}</td>
<td>{{ key.openpgp_fingerprint }}</td>
</tr>
<tr>
<td>{% trans "OpenPGP Key ID" %}</td>
<td>{{ key.pub }}</td>
</tr>
<tr>
<td>{% trans "OpenPGP User IDs" %}</td>
<td>{{ key.uids|join:', ' }}</td>