Browse Source

artwork for joana

master
jules 4 years ago
parent
commit
26a9725ed1
  1. 1
      daapinterface.py
  2. 4
      templates/artwork.html

1
daapinterface.py

@ -342,6 +342,7 @@ def artwork():
# text=soup.find_all("p")
artworkdescriptiontext=Markup(text)
print(artworkdescriptiontext)
############ right bottom LATER

4
templates/artwork.html

@ -120,10 +120,8 @@
<!-- if there is a description add description here -->
<div>
<span class="label-item">DESCRIPTION</span>
<!-- left part with the description text -->
<div>
<!-- left part with the description text already coming in a div from wiki-->
{{ artworkdescriptiontext }}
</div>
<!-- right ride with author etc -->
<div>
<span class="label-item">AUTHOR</span>

Loading…
Cancel
Save