Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
radiopanik
panikweb
Commits
e02331d9
Commit
e02331d9
authored
Dec 07, 2013
by
fred
Browse files
fix fallback to emission image for soundfiles
parent
ed74ec09
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb_templates/templates/soundfiles/resume.html
View file @
e02331d9
...
...
@@ -3,7 +3,7 @@
<div
class=
"logo"
>
{% if soundfile.episode.image %}
<img
src=
"{{ soundfile.episode.image|thumbnail:'60x60' }}"
/>
{% elif episode.emission.image %}
{% elif
soundfile.
episode.emission.image %}
<img
src=
"{{ soundfile.episode.emission.image|thumbnail:'60x60' }}"
/>
{% else %}
<img
width=
"60"
height=
"60"
src=
"{% static "
img
/
sound.png
"
%}"
/>
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment