From 837aa53c9ba32bfbc4b7d8347e7a3e45bc3d513e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Thu, 15 Jun 2023 11:13:38 -0400 Subject: [PATCH] Add duration to video game and board game lists --- .../templates/scrobbles/scrobble_list.html | 21 +++++++++++-------- 1 file changed, 12 insertions(+), 9 deletions(-) diff --git a/vrobbler/templates/scrobbles/scrobble_list.html b/vrobbler/templates/scrobbles/scrobble_list.html index b3925e2..c6424c5 100644 --- a/vrobbler/templates/scrobbles/scrobble_list.html +++ b/vrobbler/templates/scrobbles/scrobble_list.html @@ -1,6 +1,7 @@ {% extends "base.html" %} {% load humanize %} {% load static %} +{% load naturalduration %} {% block head_extra %}