Fix Bug #202: Fix some simbols in the email subjects

remotes/origin/enhancement/email-actions
David Barragán Merino 2014-03-10 14:46:15 +01:00
parent 0b2aefbb4b
commit 39ed1f0930
16 changed files with 16 additions and 16 deletions

View File

@ -1 +1 @@
[{{ object.project.name }}] Created the issue #{{ object.ref }} "{{ object.subject }}" [{{ object.project.name|safe }}] Created the issue #{{ object.ref|safe }} "{{ object.subject|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Deleted the issue #{{ object.ref }} "{{ object.subject }}" [{{ object.project.name|safe }}] Deleted the issue #{{ object.ref|safe }} "{{ object.subject|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Updated the issue #{{ object.ref }} "{{ object.subject }}" [{{ object.project.name|safe }}] Updated the issue #{{ object.ref|safe }} "{{ object.subject|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Created the milestone #{{ object.slug }} "{{ object.name }}" [{{ object.project.name|safe }}] Created the milestone #{{ object.slug|safe }} "{{ object.name|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Deleted the milestone #{{ object.slug }} "{{ object.name }}" [{{ object.project.name|safe }}] Deleted the milestone #{{ object.slug|safe }} "{{ object.name|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Updated the milestone #{{ object.slug }} "{{ object.name }}" [{{ object.project.name|safe }}] Updated the milestone #{{ object.slug|safe }} "{{ object.name|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Created the task #{{ object.ref }} "{{ object.subject }}" [{{ object.project.name|safe }}] Created the task #{{ object.ref }} "{{ object.subject|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Deleted the task #{{ object.ref }} "{{ object.subject }}" [{{ object.project.name|safe }}] Deleted the task #{{ object.ref }} "{{ object.subject|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Updated the task #{{ object.ref }} "{{ object.subject }}" [{{ object.project.name|safe }}] Updated the task #{{ object.ref }} "{{ object.subject|safe }}"

View File

@ -1 +1 @@
[{{ object.name }}] Created the project #{{ object.slug }} [{{ object.name|safe }}] Created the project #{{ object.slug|safe }}

View File

@ -1 +1 @@
[{{ object.name }}] Deleted the project #{{ object.slug }} [{{ object.name|safe }}] Deleted the project #{{ object.slug|safe }}

View File

@ -1 +1 @@
[Taiga] Invitation to join to the project '{{ membership.project}}' [Taiga] Invitation to join to the project '{{ membership.project|safe }}'

View File

@ -1 +1 @@
[{{ object.name }}] Updated the project #{{ object.slug }} [{{ object.name|safe }}] Updated the project #{{ object.slug|safe }}

View File

@ -1 +1 @@
[{{ object.project.name }}] Created the US #{{ object.ref }} "{{ object.subject }}" [{{ object.project.name|safe }}] Created the US #{{ object.ref }} "{{ object.subject|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Deleted the US #{{ object.ref }} "{{ object.subject }}" [{{ object.project.name|safe }}] Deleted the US #{{ object.ref }} "{{ object.subject|safe }}"

View File

@ -1 +1 @@
[{{ object.project.name }}] Updated the US #{{ object.ref }} "{{ object.subject }}" [{{ object.project.name|safe }}] Updated the US #{{ object.ref }} "{{ object.subject|safe }}"