From: yomguy Date: Thu, 27 Sep 2012 02:42:51 +0000 (+0200) Subject: add pub sound X-Git-Tag: 1.4.4-2.lam~1 X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=e7dad30d67b2bd72dc5c205fcf814f6e04bd3f9c;p=telemeta.git add pub sound --- diff --git a/telemeta/views/home.py b/telemeta/views/home.py index ec768ac5..633f04d3 100644 --- a/telemeta/views/home.py +++ b/telemeta/views/home.py @@ -60,7 +60,7 @@ class HomeView(object): if len(_sound_pub_items) == 2: sound_pub_items = [_sound_pub_items[1]] elif len(_sound_pub_items) > 2: - sound_pub_items = _sound_pub_items[1:3] + sound_pub_items = _sound_pub_items[1:4] else: sound_pub_items = None