Update easyfix to its latest version, fixing it
This commit is contained in:
parent
90043a1ca4
commit
b93894ae8b
1 changed files with 1 additions and 1 deletions
|
@ -130,7 +130,7 @@
|
||||||
{% for ticket in project.tickets%}
|
{% for ticket in project.tickets%}
|
||||||
<p>
|
<p>
|
||||||
<a href="{{ ticket.url }}"> #{{ ticket.id }}</a>
|
<a href="{{ ticket.url }}"> #{{ ticket.id }}</a>
|
||||||
{{ ticket.title }} <br />
|
{{ ticket.title|e }} <br />
|
||||||
Status : {{ ticket.status }} - Type : {{ ticket.type }} -
|
Status : {{ ticket.status }} - Type : {{ ticket.type }} -
|
||||||
Component : {{ ticket.component }}
|
Component : {{ ticket.component }}
|
||||||
</p>
|
</p>
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue