[COMPONENT][Search] Use correct template for displaying actors

This commit is contained in:
Hugo Sales 2021-12-08 21:49:27 +00:00
parent bc3e6ac704
commit 659ea5cd1f
Signed by untrusted user: someonewithpc
GPG Key ID: 7D0C7EAFC9D835A0
1 changed files with 3 additions and 3 deletions

View File

@ -39,7 +39,7 @@
</main> </main>
{% for actor in actors %} {% for actor in actors %}
{% include 'actor/view.html.twig' with {'actor': actor} %} {% include 'cards/profile/view.html.twig' with {'actor': actor} %}
{% endfor %} {% endfor %}
{{ "Page: " ~ page }} {{ "Page: " ~ page }}