diff --git a/templates/comment/cancel.md.twig b/templates/comment/cancel.md.twig index a11ee80..62f8111 100644 --- a/templates/comment/cancel.md.twig +++ b/templates/comment/cancel.md.twig @@ -3,4 +3,4 @@ '%username%': macro.osmLinkTo(user.username), '%task_name%': task.name, '%task_url%': path('app_task_show', {'slug': task.slug}) -}) }} +})|raw }} diff --git a/templates/comment/finish.md.twig b/templates/comment/finish.md.twig index a0beed7..722f1f6 100644 --- a/templates/comment/finish.md.twig +++ b/templates/comment/finish.md.twig @@ -3,4 +3,4 @@ '%username%': macro.osmLinkTo(user.username), '%task_name%': task.name, '%task_url%': path('app_task_show', {'slug': task.slug}) -}) }} +})|raw }} diff --git a/templates/comment/reset.md.twig b/templates/comment/reset.md.twig index b06b98a..66b5a3d 100644 --- a/templates/comment/reset.md.twig +++ b/templates/comment/reset.md.twig @@ -3,4 +3,4 @@ '%username%': macro.osmLinkTo(user.username), '%task_name%': task.name, '%task_url%': path('app_task_show', {'slug': task.slug}) -}) }} +})|raw }} diff --git a/templates/comment/start.md.twig b/templates/comment/start.md.twig index d64a6e3..d8dd7d5 100644 --- a/templates/comment/start.md.twig +++ b/templates/comment/start.md.twig @@ -3,4 +3,4 @@ '%username%': macro.osmLinkTo(user.username), '%task_name%': task.name, '%task_url%': path('app_task_show', {'slug': task.slug}) -}) }} +})|raw }}