👾 fix 'url' variable
This commit is contained in:
parent
bb461aefaf
commit
6ed1873b77
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ Hello {{ issue.author }},
|
||||||
|
|
||||||
this ticket wasn't updated for at least {{ days_since_last_update }}. We therefore assume that the problem has been solved in the meantime. If the issue persists, please reopen the ticket and give us a brief update on the situation.
|
this ticket wasn't updated for at least {{ days_since_last_update }}. We therefore assume that the problem has been solved in the meantime. If the issue persists, please reopen the ticket and give us a brief update on the situation.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
Here is the ticket: {{ url }}
|
Here is the ticket: {{ issue.url }}
|
||||||
|
|
||||||
Yours sincerely
|
Yours sincerely
|
||||||
Your IT Team
|
Your IT Team
|
Loading…
Add table
Add a link
Reference in a new issue