From c9cb6e8b53ecb7e9147481aa512f4bff4eee1cda Mon Sep 17 00:00:00 2001 From: Ramon Gutierrez Date: Sat, 27 Apr 2024 01:45:25 +0800 Subject: [PATCH] Add markdown support to static content form view #799 --- templates/static-content/form.html.twig | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/templates/static-content/form.html.twig b/templates/static-content/form.html.twig index dece1005..3f078773 100644 --- a/templates/static-content/form.html.twig +++ b/templates/static-content/form.html.twig @@ -48,7 +48,7 @@ - +
@@ -70,8 +70,19 @@ {% endblock %} +{% block stylesheets %} + +{% endblock %} + {% block scripts %} +