[COMPONENTS][Tag] Fix actor tag template

[PLUGINS][RelatedTags] Fix actor tag template
This commit is contained in:
Eliseu Amaro 2021-12-07 15:35:27 +00:00
parent 0bac6a229e
commit 4657a1d6a5
Signed by: eliseuamaro
GPG Key ID: 96DA09D4B97BC2D5
2 changed files with 2 additions and 2 deletions

View File

@ -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 %}

View File

@ -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 %}