]> git.parisson.com Git - diggersdigest.git/commitdiff
nothing important
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 13 Sep 2015 19:08:50 +0000 (21:08 +0200)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Sun, 13 Sep 2015 19:08:50 +0000 (21:08 +0200)
diggersdigest/diggersdigest/settings.py
diggersdigest/static/css/dig2.css
diggersdigest/templates/base.html
diggersdigest/templates/shop/product.html

index f81f56762085eb560b28528e36ffe10d02fd509c..23df7a8d5ce558b3fcdb9f98556c927316af6f14 100644 (file)
@@ -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
index b4ecd7e13ee4eecc4f65115901161579fb8d1e8a..6acf9053daea2dc9898aeb3987033e5b8fb72478 100644 (file)
@@ -33,3 +33,7 @@ hr {
     background: white;
     margin-bottom: 30px;
 }
+
+.price .old-price {
+    font-weight: bold;
+}
index e1889d15df3ae729f2ae20dbf13cea227e9d8406..517e1f6c008fef9439f0499e7f09b45404c1a71d 100644 (file)
@@ -74,7 +74,7 @@
       {% page_menu "pages/menus/dropdown.html" %}
     </div>
     <hr>
-  </div>
+</div>
 
 </div>
 
 
 <h1>{% block title %}{% endblock %}</h1>
 
+<!--
 <ul class="breadcrumb">
 {% spaceless %}
 {% block breadcrumb_menu %}{% page_menu "pages/menus/breadcrumb.html" %}{% endblock %}
 {% endspaceless %}
 </ul>
+-->
 
 </div>
 
index 479448c628a932009790fa06eee9e9c6c42c23c5..70414e461c12a364ac770cab0edc81709011092c 100644 (file)
@@ -118,7 +118,7 @@ $(function () {
       title="{{ product.record.cover_condition.name }}"
     data-content="{{ product.record.cover_condition.description }}">
     {{ product.record.cover_condition.abbr }}
-  </a>
+    </a>
   </li>
   <li>
     {% 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 }}
-  </a>
+    </a>
   </li>
 </ul>