diff --git a/frontends/etiquette_flask/templates/album.html b/frontends/etiquette_flask/templates/album.html index 95c8c16..6659202 100644 --- a/frontends/etiquette_flask/templates/album.html +++ b/frontends/etiquette_flask/templates/album.html @@ -26,6 +26,7 @@ p } #description_text { + font-family: initial; padding: 8px; background-color: rgba(0, 0, 0, 0.1); } @@ -49,7 +50,14 @@ p {%- endif -%} -

{{album.description}}

+
+        {{-album.description-}}
+    
{% set viewparam = "?view=list" if view == "list" else "" %} {% set parent = album.parent() %}