From: Guillaume Pellerin Date: Thu, 21 Apr 2016 16:43:20 +0000 (+0200) Subject: cleanup X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=892ac0ad78cb77e802b9ef7b44366fdca77c4e57;p=mezzo.git cleanup --- diff --git a/app/festival/models.py b/app/festival/models.py index 17fa9282..0eb414fe 100644 --- a/app/festival/models.py +++ b/app/festival/models.py @@ -14,9 +14,6 @@ from mezzanine_agenda.models import Event import requests from pyquery import PyQuery as pq -# import eve.models - -from .related import SpanningForeignKey app_label = 'festival' ALIGNMENT_CHOICES = (('left', _('left')), ('right', _('right'))) diff --git a/app/templates/base.html b/app/templates/base.html index fc577d53..6bc7a29f 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -161,6 +161,10 @@ {% include "includes/calendar.html" %} {% include "includes/twitter.html" %} {% include "includes/instafeed.html" %} + + {% for playlist in featured.playlists.all %} + {% include 'festival/inc/audio_playlist.html' %} + {% endfor %}