work on admin interface, player, list of sounds

This commit is contained in:
bkfox
2016-08-10 00:58:05 +02:00
parent f5dbc93f7f
commit 021b2a116a
19 changed files with 566 additions and 298 deletions

View File

@ -64,7 +64,7 @@ def on_air(request):
last = {
'type': 'diffusion',
'title': publication.title if publication else last.program.name,
'title': last.program.name,
'date': last.start,
'url': publication.specific.url if publication else None,
}