From: Guillaume Pellerin Date: Wed, 9 Mar 2016 23:05:58 +0000 (+0100) Subject: readd footer page menu X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=ba29dfe24c3118dd12ff495a0a9e016fd0b95d77;p=mezzo.git readd footer page menu --- diff --git a/app/festival/templates/festival/artist_detail.html b/app/festival/templates/festival/artist_detail.html index 15263365..bc7b5d67 100644 --- a/app/festival/templates/festival/artist_detail.html +++ b/app/festival/templates/festival/artist_detail.html @@ -8,13 +8,13 @@ {% block main %}
-

- {% if artist.photo %} - - {% endif %} - {{ artist.bio|safe }} -
-

+

+ {% if artist.photo %} + + {% endif %} + {{ artist.bio|safe }} +
+

diff --git a/app/festival/templates/festival/video_detail.html b/app/festival/templates/festival/video_detail.html index 3b8b527a..73c05aa7 100644 --- a/app/festival/templates/festival/video_detail.html +++ b/app/festival/templates/festival/video_detail.html @@ -7,18 +7,19 @@ {% endblock %} {% block main %} +
- {{ video.description }} + {{ video.description }}
- {{ video.content|safe }} + {{ video.content|safe }}
-

{% trans 'Related event' %}

+

{% trans 'Related event' %}

diff --git a/app/sandbox/settings.py b/app/sandbox/settings.py index 71f2f0bc..0043e170 100644 --- a/app/sandbox/settings.py +++ b/app/sandbox/settings.py @@ -44,7 +44,7 @@ from django.utils.translation import ugettext_lazy as _ PAGE_MENU_TEMPLATES = ( (1, _("Top navigation bar"), "pages/menus/dropdown.html"), # (2, _("Left-hand tree"), "pages/menus/tree.html"), - # (3, _("Footer"), "pages/menus/footer.html"), + (2, _("Footer"), "pages/menus/footer.html"), ) # A sequence of fields that will be injected into Mezzanine's (or any diff --git a/app/templates/base.html b/app/templates/base.html index 1b2b89ea..3f1abafa 100644 --- a/app/templates/base.html +++ b/app/templates/base.html @@ -93,7 +93,7 @@

{% block title %}{% endblock %}

- {% comment - Remove breadcrumbs %} + {% comment %}