From 9302bd627df4673cb0cacf7f98aa683c42efdb21 Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sat, 22 Apr 2017 21:40:48 -0700 Subject: [PATCH] Put the albums into a ul --- templates/albums.html | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/templates/albums.html b/templates/albums.html index 6d0c365..dcc4970 100644 --- a/templates/albums.html +++ b/templates/albums.html @@ -18,9 +18,12 @@ {{header.make_header(session=session)}}
- {% for album in albums %} -
{{album.display_name}}
- {% endfor %} +

Albums

+