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%}
|
||||
<p>
|
||||
<a href="{{ ticket.url }}"> #{{ ticket.id }}</a>
|
||||
{{ ticket.title }} <br />
|
||||
{{ ticket.title|e }} <br />
|
||||
Status : {{ ticket.status }} - Type : {{ ticket.type }} -
|
||||
Component : {{ ticket.component }}
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue