mirror of
https://github.com/freedombox/FreedomBox.git
synced 2026-05-20 10:34:30 +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>{% trans "OpenPGP Fingerprint" %}</td>
|
||||||
<td>{{ key.openpgp_fingerprint }}</td>
|
<td>{{ key.openpgp_fingerprint }}</td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
|
||||||
<td>{% trans "OpenPGP Key ID" %}</td>
|
|
||||||
<td>{{ key.pub }}</td>
|
|
||||||
</tr>
|
|
||||||
<tr>
|
<tr>
|
||||||
<td>{% trans "OpenPGP User IDs" %}</td>
|
<td>{% trans "OpenPGP User IDs" %}</td>
|
||||||
<td>{{ key.uids|join:', ' }}</td>
|
<td>{{ key.uids|join:', ' }}</td>
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user