From f59462a4b376b84ee754fd3088212cdb9b8961bc Mon Sep 17 00:00:00 2001 From: girst Date: Sun, 9 Aug 2020 12:21:40 +0200 Subject: [PATCH] make view count thousand seperator a bit larger --- app/youtube/templates/watch.html.j2 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/youtube/templates/watch.html.j2 b/app/youtube/templates/watch.html.j2 index 7b81ef6..359351d 100644 --- a/app/youtube/templates/watch.html.j2 +++ b/app/youtube/templates/watch.html.j2 @@ -64,7 +64,7 @@
Duration
{{ length | format_time }}
Views -
{{ '{0:,}'.format(views | int)|replace(","," ") }} +
{{ '{0:,}'.format(views | int)|replace(","," ") }}
Published
{{ published.split('T')[0] }}
Rating -- 2.39.3