mirror of
https://gitlab2.federez.net/re2o/re2o
synced 2024-11-22 11:23:10 +00:00
Fix publication parser error
This commit is contained in:
parent
0df14f565f
commit
53dd1920d7
1 changed files with 1 additions and 1 deletions
|
@ -4,7 +4,7 @@ Profile: {{site_url}}{% url 'users:profil' ticket.user.id%}
|
|||
{% else %}
|
||||
An anonymous user (not authenticated) opened a ticket
|
||||
{% endif %}
|
||||
Answer to the address: {{{ticket.get_mail}}.
|
||||
Answer to the address: {{ticket.get_mail}}.
|
||||
|
||||
Title: {{ ticket.title | safe }}
|
||||
|
||||
|
|
Loading…
Reference in a new issue