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 }}" # ---------------------------------------------------------------------------