Add support for profile metadata
This commit is contained in:
parent
ff59e49866
commit
e8397f802d
6 changed files with 62 additions and 7 deletions
|
@ -289,14 +289,14 @@
|
|||
|
||||
{% if actor.attachments %}
|
||||
<div id="profile-props">
|
||||
<dl>
|
||||
{% for prop in actor.attachments %}
|
||||
{% for prop in actor.attachments %}
|
||||
<dl>
|
||||
{% if prop.type == "PropertyValue" %}
|
||||
<dt>{{ prop.name }}</dt>
|
||||
<dd>{{ prop.value | clean_html(actor) | safe }}</dd>
|
||||
<dt class="muted" title="{{ prop.name }}">{{ prop.name }}</dt>
|
||||
<dd>{{ prop.value | clean_html(actor) | safe }}</dd>
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</dl>
|
||||
</dl>
|
||||
{% endfor %}
|
||||
</div>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue