From eb9713a236dc978b60ed81c1822c59669365b971 Mon Sep 17 00:00:00 2001 From: Guillaume Pellerin Date: Sun, 13 Sep 2015 21:08:50 +0200 Subject: [PATCH] nothing important --- diggersdigest/diggersdigest/settings.py | 2 +- diggersdigest/static/css/dig2.css | 4 ++++ diggersdigest/templates/base.html | 4 +++- diggersdigest/templates/shop/product.html | 4 ++-- 4 files changed, 10 insertions(+), 4 deletions(-) diff --git a/diggersdigest/diggersdigest/settings.py b/diggersdigest/diggersdigest/settings.py index f81f567..23df7a8 100644 --- a/diggersdigest/diggersdigest/settings.py +++ b/diggersdigest/diggersdigest/settings.py @@ -116,7 +116,7 @@ SHOP_USE_VARIATIONS = False 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"), + # (3, _("Footer"), "pages/menus/footer.html"), ) # A sequence of fields that will be injected into Mezzanine's (or any diff --git a/diggersdigest/static/css/dig2.css b/diggersdigest/static/css/dig2.css index b4ecd7e..6acf905 100644 --- a/diggersdigest/static/css/dig2.css +++ b/diggersdigest/static/css/dig2.css @@ -33,3 +33,7 @@ hr { background: white; margin-bottom: 30px; } + +.price .old-price { + font-weight: bold; +} diff --git a/diggersdigest/templates/base.html b/diggersdigest/templates/base.html index e1889d1..517e1f6 100644 --- a/diggersdigest/templates/base.html +++ b/diggersdigest/templates/base.html @@ -74,7 +74,7 @@ {% page_menu "pages/menus/dropdown.html" %}
- + @@ -95,11 +95,13 @@

{% block title %}{% endblock %}

+ diff --git a/diggersdigest/templates/shop/product.html b/diggersdigest/templates/shop/product.html index 479448c..70414e4 100644 --- a/diggersdigest/templates/shop/product.html +++ b/diggersdigest/templates/shop/product.html @@ -118,7 +118,7 @@ $(function () { title="{{ product.record.cover_condition.name }}" data-content="{{ product.record.cover_condition.description }}"> {{ product.record.cover_condition.abbr }} - +
  • {% trans " Vinyl:" %} @@ -126,7 +126,7 @@ $(function () { title="{{ product.record.vinyl_condition.name }}" data-content="{{ product.record.cover_condition.description }}"> {{ product.record.vinyl_condition.abbr }} - +
  • -- 2.39.5