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
Simon Daron
panikweb
Commits
abd2669b
Commit
abd2669b
authored
May 25, 2017
by
fred
Browse files
misc: add solid background to logo used in podcasts
parent
e2c85d94
Changes
2
Hide whitespace changes
Inline
Side-by-side
panikweb/views.py
View file @
abd2669b
...
...
@@ -661,7 +661,7 @@ class RssCustomPodcastsFeed(Rss201rev2Feed):
super
(
RssCustomPodcastsFeed
,
self
).
add_root_elements
(
handler
)
handler
.
startElement
(
'image'
,
{})
handler
.
addQuickElement
(
'title'
,
'Radio Panik'
)
handler
.
addQuickElement
(
'url'
,
self
.
feed
[
'link'
]
+
'static/img/
Radio_Panik_Logo_2016-01
.png'
)
handler
.
addQuickElement
(
'url'
,
self
.
feed
[
'link'
]
+
'static/img/
logo-panik-500
.png'
)
handler
.
endElement
(
'image'
)
def
root_attributes
(
self
):
...
...
panikweb_templates/static/img/logo-panik-500.png
0 → 100644
View file @
abd2669b
21.1 KB
Write
Preview
Markdown
is supported
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