From 2fa1e413abfbbe5cacbe52b2ed22584c952720c9 Mon Sep 17 00:00:00 2001 From: Alexander Lanin Date: Wed, 12 Aug 2026 13:19:17 +0200 Subject: [PATCH] fix: migrate needs role template to Jinja --- process/conf.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/process/conf.py b/process/conf.py index bdbe54315b..a5e2758741 100644 --- a/process/conf.py +++ b/process/conf.py @@ -53,8 +53,8 @@ # "trainings/_portals/**", #] -# :need:`{title}` is used in the needs templates to display the title of the need -needs_role_need_template = "{title}" +# :need:`{{ title }}` is used in the needs templates to display the title of the need +needs_role_need_template = "{{ title }}" # ---------------------------------------------------------------------------