aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatthew Lemon <y@yulqen.org>2024-10-09 14:22:29 +0100
committerMatthew Lemon <y@yulqen.org>2024-10-09 14:22:29 +0100
commit348594d8cbb8ba3b407568a13c0fee91d126557c (patch)
tree43a8e55ab4a68a43388134b9b35869b7e16ff1be
parentc14c2efcbefb3c2cce2828fa26f6e880ca09ae83 (diff)
Removes cart button for now
-rw-r--r--pyblackbird_cc/templates/base.html20
1 files changed, 10 insertions, 10 deletions
diff --git a/pyblackbird_cc/templates/base.html b/pyblackbird_cc/templates/base.html
index 20c2934..ded8675 100644
--- a/pyblackbird_cc/templates/base.html
+++ b/pyblackbird_cc/templates/base.html
@@ -69,16 +69,16 @@
<ul class="navbar-nav ms-auto">
<li class="nav-item">
- <div class="d-flex align-items-end mx-1 p-1 px-3 text-white rounded rounded-sm bg-primary">
- <div>
- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-2" width="32" height="32">
- <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" />
- </svg>
- </div>
- <div class="fw-bold">
- Cart
- </div>
- </div>
+ <!-- <div class="d-flex align-items-end mx-1 p-1 px-3 text-white rounded rounded-sm bg-primary"> -->
+ <!-- <div> -->
+ <!-- <svg xmlns="http://www.w3.org/2000/svg" fill="none" viewBox="0 0 24 24" stroke-width="1.5" stroke="currentColor" class="size-2" width="32" height="32"> -->
+ <!-- <path stroke-linecap="round" stroke-linejoin="round" d="M2.25 3h1.386c.51 0 .955.343 1.087.835l.383 1.437M7.5 14.25a3 3 0 0 0-3 3h15.75m-12.75-3h11.218c1.121-2.3 2.1-4.684 2.924-7.138a60.114 60.114 0 0 0-16.536-1.84M7.5 14.25 5.106 5.272M6 20.25a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Zm12.75 0a.75.75 0 1 1-1.5 0 .75.75 0 0 1 1.5 0Z" /> -->
+ <!-- </svg> -->
+ <!-- </div> -->
+ <!-- <div class="fw-bold"> -->
+ <!-- Cart -->
+ <!-- </div> -->
+ <!-- </div> -->
</li>
<li class="nav-item">
<a class="nav-link text-dark fw-bold" href="{% url "resources:resource_list" %}">Resources</a>