diff options
Diffstat (limited to 'ihatemoney/templates/history.html')
| -rw-r--r-- | ihatemoney/templates/history.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ihatemoney/templates/history.html b/ihatemoney/templates/history.html index d9f2b4d..d4965d8 100644 --- a/ihatemoney/templates/history.html +++ b/ihatemoney/templates/history.html @@ -161,7 +161,7 @@ <tbody> {% for event in history %} <tr> - <td><script>document.write(localizeTime("{{ event.time }}"));</script></td> + <td>{{ event.time|datetimeformat("medium") }}</td> <td > <div class="history_icon"> <i {% if event.operation_type == OperationType.INSERT %} |
