Skip to content
Snippets Groups Projects
Unverified Commit 6f5dcf2d authored by Marco Marinello's avatar Marco Marinello
Browse files

Fix date format

parent 0b6b5506
No related branches found
No related tags found
No related merge requests found
......@@ -32,7 +32,7 @@
{% for ticket in open_tickets %}
<tr>
<td>{{ticket.id}}</td>
<td>{{ticket.opened|date:"Y-m-d H:i:s"}}</td>
<td>{{ticket.opened|date:"d/m/Y H:i:s"}}</td>
<td>{{ticket.opened_by}}</td>
{% if ticket.ticket_for == "Computer" %}
<td><a href="{% url 'host' id=ticket.object_id %}">{{ticket.ticket_for}}: {{ticket.object_name}}</a></td>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment