From 892ac0ad78cb77e802b9ef7b44366fdca77c4e57 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Thu, 21 Apr 2016 18:43:20 +0200 Subject: [PATCH] cleanup --- app/festival/models.py | 3 --- app/templates/base.html | 4 ++++ 2 files changed, 4 insertions(+), 3 deletions(-) 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 %}
-- 2.39.5