Skip to content

Commit

Permalink
fix datetime display
Browse files Browse the repository at this point in the history
  • Loading branch information
stonebuzz committed Dec 12, 2024
1 parent 3ef7e5a commit 443511f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions templates/contactlog.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -52,11 +52,11 @@
{% else %}
<td><a href = {{contactlog['linkagent']}}> {{ contactlog['agentname'] }}</a></td>
{% endif %}
<td>{{ contactlog['date_creation'] }}</td>
<td>{{ contactlog['date_creation']|formatted_datetime }}</td>
</tr>
{% endfor %}
{{ tableheader }}
</table>
{% endif %}
{% endif %}
{% endblock %}
{% endblock %}

0 comments on commit 443511f

Please sign in to comment.