From 4241770c658b6b8e3fda55328eacfc552461ba84 Mon Sep 17 00:00:00 2001 From: Ross Poulton Date: Wed, 2 Feb 2011 09:35:54 +0000 Subject: [PATCH] Update updated_submitter email in initial_data.json (existing users need to update the DB) to add more carriage returns after the final URL as it was running into the footer and became unclickable. Thanks to kotowicz for the heads-up (Issue #21) --- helpdesk/fixtures/initial_data.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/helpdesk/fixtures/initial_data.json b/helpdesk/fixtures/initial_data.json index ea9c9fe7..9cb5fba9 100644 --- a/helpdesk/fixtures/initial_data.json +++ b/helpdesk/fixtures/initial_data.json @@ -169,8 +169,8 @@ "model": "helpdesk.emailtemplate", "fields": { "template_name": "updated_submitter", - "html": "

Hello,

\r\n\r\n

You recently logged a ticket with a subject of {{ ticket.title }} with us. This e-mail is to advise you of an update to that ticket.

\r\n\r\n

The following comment was added to ticket {{ ticket.ticket }}:

\r\n\r\n
{{ comment }}
\r\n\r\n

If you need to provide us with further information, please reply to this e-mail and keep the subject intact. Alternatively, you can view and update this ticket online by visiting {{ ticket.ticket_url }}.

", - "plain_text": "Hello,\r\n\r\nYou recently logged a ticket with a subject of \"{{ ticket.title }}\" with us. This e-mail is to advise you of an update to that ticket.\r\n\r\nThe following comment was added to ticket {{ ticket.ticket }}:\r\n\r\n{{ comment }}\r\n\r\nIf you need to provide us with further information, please reply to this e-mail and keep the subject intact. Alternatively, you can view and update this ticket online by visiting {{ ticket.ticket_url }}.", + "html": "

Hello,

\r\n\r\n

You recently logged a ticket with a subject of {{ ticket.title }} with us. This e-mail is to advise you of an update to that ticket.

\r\n\r\n

The following comment was added to ticket {{ ticket.ticket }}:

\r\n\r\n
{{ comment }}
\r\n\r\n

If you need to provide us with further information, please reply to this e-mail and keep the subject intact. Alternatively, you can view and update this ticket online by visiting {{ ticket.ticket_url }}.

", + "plain_text": "Hello,\r\n\r\nYou recently logged a ticket with a subject of \"{{ ticket.title }}\" with us. This e-mail is to advise you of an update to that ticket.\r\n\r\nThe following comment was added to ticket {{ ticket.ticket }}:\r\n\r\n{{ comment }}\r\n\r\nIf you need to provide us with further information, please reply to this e-mail and keep the subject intact. Alternatively, you can view and update this ticket online by visiting {{ ticket.ticket_url }}\r\n\r\n", "heading": "Your Ticket Has Been Updated", "subject": "(Updated)" }