From cc0ed07ca6850e1bec72f2cd047953a31e3fb5ab Mon Sep 17 00:00:00 2001 From: Mischa Date: Thu, 18 Jun 2026 00:51:31 +0200 Subject: [PATCH] Fix post form: use correct forms/form.html.twig include path --- themes/intotheeast/templates/post-form.html.twig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/intotheeast/templates/post-form.html.twig b/themes/intotheeast/templates/post-form.html.twig index 28dc172..950ca4e 100644 --- a/themes/intotheeast/templates/post-form.html.twig +++ b/themes/intotheeast/templates/post-form.html.twig @@ -3,7 +3,7 @@ {% block content %}

{{ page.title }}

- {% include 'partials/form.html.twig' ignore missing %} + {% include 'forms/form.html.twig' ignore missing %}