summaryrefslogtreecommitdiffstats
path: root/templates
diff options
context:
space:
mode:
authorAndrew Godwin2022-11-27 16:43:20 -0700
committerAndrew Godwin2022-11-27 16:43:20 -0700
commit2f443414a7e029f83292873257d2940b5a10cc64 (patch)
tree667d210569da6b13d06860f3ca35696807c8e713 /templates
parentba36f9b92a4e5ca638f35a9ed5d6c75228de53ec (diff)
downloadtakahe-2f443414a7e029f83292873257d2940b5a10cc64.tar.gz
takahe-2f443414a7e029f83292873257d2940b5a10cc64.tar.bz2
takahe-2f443414a7e029f83292873257d2940b5a10cc64.zip
Collect more actor information in fetch
Fixes #31
Diffstat (limited to 'templates')
-rw-r--r--templates/identity/view.html11
1 files changed, 11 insertions, 0 deletions
diff --git a/templates/identity/view.html b/templates/identity/view.html
index f69ce9a..ff42db6 100644
--- a/templates/identity/view.html
+++ b/templates/identity/view.html
@@ -43,6 +43,17 @@
</div>
{% endif %}
+ {% if identity.metadata %}
+ <table class="metadata">
+ {% for entry in identity.safe_metadata %}
+ <tr>
+ <td class="name">{{ entry.name }}</td>
+ <td class="value">{{ entry.value }}</td>
+ </tr>
+ {% endfor %}
+ </table>
+ {% endif %}
+
{% if not identity.local %}
{% if identity.outdated and not identity.name %}
<p class="system-note">