[COMPONENTS][Tag] Fix actor tag template
[PLUGINS][RelatedTags] Fix actor tag template
This commit is contained in:
parent
0bac6a229e
commit
4657a1d6a5
@ -6,7 +6,7 @@
|
||||
{% endblock stylesheets %}
|
||||
|
||||
{% block body %}
|
||||
<h2>{{ 'Notes containing tag:' | trans }} {{ tag_name }}</h2>
|
||||
<h2>{{ 'Actors containing tag:' | trans }} {{ tag_name }}</h2>
|
||||
|
||||
{% for pinned in handle_event('AddPinnedFeedContent', app.request) %}
|
||||
{% include pinned['template'] with { 'actor_tags': pinned['vars']} only %}
|
||||
|
@ -1,4 +1,4 @@
|
||||
{% if note_tags is not empty %}
|
||||
{% if actor_tags is not empty %}
|
||||
<div class="section-widget section-widget-padded">
|
||||
<h2>Related tags:</h2>
|
||||
{% for at in actor_tags %}
|
||||
|
Loading…
Reference in New Issue
Block a user