[TWIG] faq/contact template route fix

This commit is contained in:
rainydaysavings
2020-06-21 19:37:20 +01:00
committed by Hugo Sales
parent a87653860b
commit fe20ed08d0

View File

@@ -1,4 +1,4 @@
{% extends 'faq/home.html.twig' %}
{% extends 'faq/faq.html.twig' %}
{% block title %}Help{% endblock %}