From 346512ba80c8f5bacad43e2f95fc504815af0c92 Mon Sep 17 00:00:00 2001 From: Kacper Donat Date: Tue, 9 Jun 2020 00:25:46 +0200 Subject: [PATCH] Fix styles --- app/templates/album/index.html | 11 +++++---- app/templates/album/photos.html | 12 ++++++---- app/templates/base.html | 2 +- assets/style.scss | 41 ++++++++++++++++++--------------- 4 files changed, 39 insertions(+), 27 deletions(-) diff --git a/app/templates/album/index.html b/app/templates/album/index.html index 2a9d034..ac55650 100644 --- a/app/templates/album/index.html +++ b/app/templates/album/index.html @@ -8,11 +8,14 @@ {% endif %} + + {% if album.description %} +

{{ album.description }}

+ {% endif %} +