From 1f4ca51cc8e12a1d34be4478570bc2830c4cfb42 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Sun, 6 Nov 2022 17:41:10 +0100 Subject: [PATCH] [vier] Fix contacts display --- view/templates/contacts-template.tpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/templates/contacts-template.tpl b/view/templates/contacts-template.tpl index 46ba629ff5..680c84f567 100644 --- a/view/templates/contacts-template.tpl +++ b/view/templates/contacts-template.tpl @@ -18,7 +18,7 @@ {{foreach $contacts as $contact}} - {{include file="contact_template.tpl"}} + {{include file="contact/entry.tpl"}} {{/foreach}}