mirror of
https://github.com/fergalmoran/dss.api.git
synced 2025-12-22 09:18:13 +00:00
Fixed title for featured podcast
This commit is contained in:
@@ -17,7 +17,7 @@ def _get_user(uid):
|
||||
def featured(request):
|
||||
podcast_list = Mix.objects.order_by('-id').filter(is_private=False, is_featured=True)
|
||||
return _render_podcast(request, 'Deep South Sounds', 'DSS Favourites',
|
||||
'All your favourites on Deep South Sounds', podcast_list)
|
||||
'Featured Deep South Sounds mixes', podcast_list)
|
||||
|
||||
|
||||
def user(request, slug):
|
||||
|
||||
Reference in New Issue
Block a user