From 9a156672b0f2c34b2bff2c36c083481596ca7acc Mon Sep 17 00:00:00 2001 From: Ethan Dalool Date: Sun, 9 Jul 2017 19:27:12 -0700 Subject: [PATCH] Remove unnecessary span. Put album title in the h2 directly. --- frontends/etiquette_flask/templates/album.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontends/etiquette_flask/templates/album.html b/frontends/etiquette_flask/templates/album.html index 23ee9d8..aab0382 100644 --- a/frontends/etiquette_flask/templates/album.html +++ b/frontends/etiquette_flask/templates/album.html @@ -40,14 +40,12 @@ p {{header.make_header(session=session)}}
-

- +

{%- if album.title -%} {{album.title}} {%- else -%} Album {{album.id}} {%- endif -%} -

{{album.description}}