rewrite a bit how views and sections work; section's prepare function; website interfaces; section.as_view returns a view containing it and usable as it

This commit is contained in:
bkfox
2016-07-18 02:40:11 +02:00
parent 32a30004d6
commit 4e5d90fb1d
7 changed files with 306 additions and 202 deletions

View File

@ -755,7 +755,7 @@ class Track(Related):
blank=True,
)
pos_in_secs = models.BooleanField(
_('use seconds'),
_('seconds'),
default = False,
help_text=_('position in the playlist is expressed in seconds')
)