mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-01-21 07:55:00 +00:00
monkeysphere: Remove key ID field from detail view.
This commit is contained in:
parent
f4601e7b05
commit
cc35fc2a68
@ -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>
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user