From 90df51edfcb1fb4ac6960c7ddd7b45b3739ac1e6 Mon Sep 17 00:00:00 2001 From: Gabriel Detraz Date: Tue, 6 Oct 2020 21:57:30 +0200 Subject: [PATCH] Fix publication parser error --- tickets/templates/tickets/publication_mail_en | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tickets/templates/tickets/publication_mail_en b/tickets/templates/tickets/publication_mail_en index 97ad4b2c..e15bd28a 100644 --- a/tickets/templates/tickets/publication_mail_en +++ b/tickets/templates/tickets/publication_mail_en @@ -4,7 +4,7 @@ Profile: {{site_url}}{% url 'users:profil' ticket.user.id%} {% else %} An anonymous user (not authenticated) opened a ticket {% endif %} -Answer to the address: {{{ticket.get_mail}}. +Answer to the address: {{ticket.get_mail}}. Title: {{ ticket.title | safe }}