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
panikdb
Commits
f543cd1b
Commit
f543cd1b
authored
Aug 30, 2013
by
fred
Browse files
Revert "debug onair: add get_duration to nonstop slot"
This reverts commit
4756b493
.
parent
b56b203f
Changes
1
Show whitespace changes
Inline
Side-by-side
panikdb/emissions/models.py
View file @
f543cd1b
...
...
@@ -280,8 +280,5 @@ class Nonstop(models.Model):
start
=
models
.
TimeField
()
end
=
models
.
TimeField
()
def
get_duration
(
self
):
return
self
.
start
-
self
.
end
def
__unicode__
(
self
):
return
self
.
title
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