diff --git a/tickets/templates/tickets/form_ticket.html b/tickets/templates/tickets/form_ticket.html index d80a993e..d35e9f5d 100644 --- a/tickets/templates/tickets/form_ticket.html +++ b/tickets/templates/tickets/form_ticket.html @@ -33,13 +33,6 @@ with this program; if not, write to the Free Software Foundation, Inc., {% block content %}

Ouverture d'un Ticket

-{% for message in messages %} -
- - {{ message | safe }} -
-{% endfor %} -
{% csrf_token %} {% if not user.is_authenticated %}