fix: add email notifications templates
This commit is contained in:
parent
be9fac8f3d
commit
910134180b
4 changed files with 20 additions and 0 deletions
4
templates/emails/close_issue.html
Normal file
4
templates/emails/close_issue.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Issue closed.
|
||||||
|
|
||||||
|
--
|
||||||
|
You can see the issue on PonyTracker: {{ uri }}
|
4
templates/emails/new_comment.html
Normal file
4
templates/emails/new_comment.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
{{ comment }}
|
||||||
|
|
||||||
|
--
|
||||||
|
Respond on PonyTracker: {{ uri }}
|
8
templates/emails/new_issue.html
Normal file
8
templates/emails/new_issue.html
Normal file
|
@ -0,0 +1,8 @@
|
||||||
|
{% if description %}
|
||||||
|
{{ description }}
|
||||||
|
{% else %}
|
||||||
|
No description.
|
||||||
|
{% endif %}
|
||||||
|
|
||||||
|
--
|
||||||
|
Comment it on PonyTracker: {{ uri }}
|
4
templates/emails/reopen_issue.html
Normal file
4
templates/emails/reopen_issue.html
Normal file
|
@ -0,0 +1,4 @@
|
||||||
|
Issue reopened.
|
||||||
|
|
||||||
|
--
|
||||||
|
You can see the issue on PonyTracker: {{ uri }}
|
Loading…
Add table
Add a link
Reference in a new issue