From e6c66f9ca1fa20a4362d6c30904cd13f83fd00af Mon Sep 17 00:00:00 2001 From: Thomas Steen Rasmussen Date: Sat, 7 Dec 2024 19:54:57 +0100 Subject: [PATCH] working on album details sidebar --- src/albums/templates/album_detail.html | 42 ++++++++++---------------- 1 file changed, 16 insertions(+), 26 deletions(-) diff --git a/src/albums/templates/album_detail.html b/src/albums/templates/album_detail.html index 68138e6..803b9c5 100644 --- a/src/albums/templates/album_detail.html +++ b/src/albums/templates/album_detail.html @@ -106,39 +106,29 @@
Album Information
-

UUID
- {{ album.uuid }} -

+ UUID +
{{ album.uuid }}
-

Title
- {{ album.title }} -

+ Title +
{{ album.title }}
+ Files +
{{ album.active_files_list|length }}
-

Files
- {{ album.active_files_list|length }} -

+ Owner + -

Owner
- {{ album.owner }} -

+ Hits +
{{ album.hits.count }}
-

Hits
- {{ album.hits.count }} -

+ Created +
{{ album.created_at }}
-

Created
- {{ album.created_at }} -

+ Updated +
{{ album.updated_at }}
- -

Updated
- {{ album.updated_at }} -

- -

Description
- {{ album.description|default:"n/a" }} -

+ Description +
{{ album.description|default:"n/a" }}