diff --git a/templates/faq/index.html.twig b/templates/faq/index.html.twig index 50d60f1..fa9f05f 100644 --- a/templates/faq/index.html.twig +++ b/templates/faq/index.html.twig @@ -1,53 +1,25 @@ {% extends 'base.html.twig' %} -{% block title %}Liste des FAQs{% endblock %} +{% block title %}FAQ{% endblock %} {% block body %}
Question | -Réponse | -Denrnière modif | -Actions | -
---|---|---|---|
{{ faq.question }} | -{{ faq.answer }} | -{{ faq.updateDate|date("d-m-y") }} | -- - Voir - - - - Modifier - - - - | -
Dernière modification : {{ faq.updateDate|date("d-m-y") }}
+Réponse : {{ faq.answer }}
+