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
d298ee09
Commit
d298ee09
authored
Aug 21, 2013
by
Simon Daron
Browse files
Correcting an error
parent
d0b0c60a
Changes
1
Hide whitespace changes
Inline
Side-by-side
panikweb/views.py
View file @
d298ee09
...
...
@@ -186,16 +186,6 @@ class Player(TemplateView):
player
=
Player
.
as_view
()
class
loadPlayer
(
TemplateView
):
template_name
=
'player.html'
def
get_context_data
(
self
,
**
kwargs
):
context
=
super
(
Player
,
self
).
get_context_data
(
**
kwargs
)
context
[
'player'
]
=
audioPlayer
()
return
context
player
=
Player
.
as_view
()
class
audioPlayer
:
def
__init__
(
self
):
self
.
unique
=
uuid
.
uuid4
()
...
...
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