From 79b9e66315b0d73f8f2ebcc7dcff42749105b659 Mon Sep 17 00:00:00 2001 From: rainydaysavings Date: Sun, 21 Jun 2020 19:37:20 +0100 Subject: [PATCH] [TWIG] faq/contact template route fix --- templates/faq/contact.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/templates/faq/contact.html.twig b/templates/faq/contact.html.twig index 8e98d4f755..9bcd914625 100644 --- a/templates/faq/contact.html.twig +++ b/templates/faq/contact.html.twig @@ -1,4 +1,4 @@ -{% extends 'faq/home.html.twig' %} +{% extends 'faq/faq.html.twig' %} {% block title %}Help{% endblock %}