aboutsummaryrefslogtreecommitdiffstats
path: root/templates/news/list.html
diff options
context:
space:
mode:
Diffstat (limited to 'templates/news/list.html')
-rw-r--r--templates/news/list.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/news/list.html b/templates/news/list.html
index 2f273e1..99d1571 100644
--- a/templates/news/list.html
+++ b/templates/news/list.html
@@ -11,7 +11,7 @@
{% for user in users %}
<tr>
<td><a href="{{url_for('view_user', user_id=user.id)}}">{{user.user_name}}</a></td>
- <td>{{user.last_seen|format_date}}</td>
+ <td>{{user.last_seen|format_date('%a %d %b à %Hh%M')}}</td>
</tr>
{% endfor %}
</table>