Fix Bug #202: Fix some simbols in the email subjects
parent
0b2aefbb4b
commit
39ed1f0930
|
@ -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 }}"
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
|
@ -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 }}"
|
||||
|
|
|
@ -1 +1 @@
|
|||
[{{ object.project.name }}] Created the task #{{ object.ref }} "{{ object.subject }}"
|
||||
[{{ object.project.name|safe }}] Created the task #{{ object.ref }} "{{ object.subject|safe }}"
|
||||
|
|
|
@ -1 +1 @@
|
|||
[{{ object.project.name }}] Deleted the task #{{ object.ref }} "{{ object.subject }}"
|
||||
[{{ object.project.name|safe }}] Deleted the task #{{ object.ref }} "{{ object.subject|safe }}"
|
||||
|
|
|
@ -1 +1 @@
|
|||
[{{ object.project.name }}] Updated the task #{{ object.ref }} "{{ object.subject }}"
|
||||
[{{ object.project.name|safe }}] Updated the task #{{ object.ref }} "{{ object.subject|safe }}"
|
||||
|
|
|
@ -1 +1 @@
|
|||
[{{ object.name }}] Created the project #{{ object.slug }}
|
||||
[{{ object.name|safe }}] Created the project #{{ object.slug|safe }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
[{{ object.name }}] Deleted the project #{{ object.slug }}
|
||||
[{{ object.name|safe }}] Deleted the project #{{ object.slug|safe }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
[Taiga] Invitation to join to the project '{{ membership.project}}'
|
||||
[Taiga] Invitation to join to the project '{{ membership.project|safe }}'
|
||||
|
|
|
@ -1 +1 @@
|
|||
[{{ object.name }}] Updated the project #{{ object.slug }}
|
||||
[{{ object.name|safe }}] Updated the project #{{ object.slug|safe }}
|
||||
|
|
|
@ -1 +1 @@
|
|||
[{{ object.project.name }}] Created the US #{{ object.ref }} "{{ object.subject }}"
|
||||
[{{ object.project.name|safe }}] Created the US #{{ object.ref }} "{{ object.subject|safe }}"
|
||||
|
|
|
@ -1 +1 @@
|
|||
[{{ object.project.name }}] Deleted the US #{{ object.ref }} "{{ object.subject }}"
|
||||
[{{ object.project.name|safe }}] Deleted the US #{{ object.ref }} "{{ object.subject|safe }}"
|
||||
|
|
|
@ -1 +1 @@
|
|||
[{{ object.project.name }}] Updated the US #{{ object.ref }} "{{ object.subject }}"
|
||||
[{{ object.project.name|safe }}] Updated the US #{{ object.ref }} "{{ object.subject|safe }}"
|
||||
|
|
Loading…
Reference in New Issue