diff --git a/backend/templates/v2/public/faq.html b/backend/templates/v2/public/faq.html index 58f012a4..0b21726c 100644 --- a/backend/templates/v2/public/faq.html +++ b/backend/templates/v2/public/faq.html @@ -4,14 +4,16 @@
-
+
+

FAQ – Întrebări frecvente

{% for section in questions %}
+

@@ -19,18 +21,16 @@

{{ section.title }} -

- {% for question in section.questions %}
{% include "public/components/faq-question.html" with question=question.title answer=question.answer %}
{% endfor %} -
+
{% endfor %}