From a19615a0ea202fb3a047e5af0be8c9531f2e7bc1 Mon Sep 17 00:00:00 2001 From: Montelion <49426949+Montelion@users.noreply.github.com> Date: Sun, 26 Apr 2020 13:46:42 +0200 Subject: [PATCH] Fixed missing {{/each}} --- views/faq.hbs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/views/faq.hbs b/views/faq.hbs index eb8e104..a0ee65e 100644 --- a/views/faq.hbs +++ b/views/faq.hbs @@ -15,11 +15,12 @@

{{ locale.faq.title }}

- {{#each faq.qna}} + {{#each locale.faq.qna}}
{{question}}

{{answer}}

+ {{/each}}