Fix lookup for custom actor types
This commit is contained in:
@@ -11,7 +11,7 @@
|
||||
</form>
|
||||
</div>
|
||||
|
||||
{% if ap_object and ap_object.ap_type == "Person" %}
|
||||
{% if ap_object and ap_object.ap_type in actor_types %}
|
||||
{{ utils.display_actor(ap_object, actors_metadata) }}
|
||||
{% elif ap_object %}
|
||||
{{ utils.display_object_expanded(ap_object) }}
|
||||
|
Reference in New Issue
Block a user