Add "location" support (embed a tag with a Place object)
This commit is contained in:
parent
cf983ca9f3
commit
e611d61739
4 changed files with 93 additions and 1 deletions
|
@ -208,6 +208,11 @@
|
|||
{% else %}
|
||||
{{ obj.content | clean | replace_custom_emojis(obj) | code_highlight | safe }}
|
||||
{% endif %}
|
||||
|
||||
{% if obj | has_place %}
|
||||
<p>Location: {{ obj | get_place | safe }}</p>
|
||||
{% endif %}
|
||||
|
||||
</div>
|
||||
|
||||
{% if obj.attachment and obj | has_type('Note') %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue