added missing hr
rodzic
8b7be34bfa
commit
2dc14db4da
|
@ -19,6 +19,11 @@
|
|||
</li>
|
||||
{% endfor %}
|
||||
</ul>
|
||||
</div>
|
||||
<div class="d-flex flex-column flex-shrink-0 p-3 mr-5" style="width: 280px;">
|
||||
<hr>
|
||||
<a href={% url 'cart' %} alt="Koszyk" > Cart </a>
|
||||
</div>
|
||||
<a href={% url 'cart' %} alt="Koszyk" > Koszyk </a>
|
||||
</div>
|
||||
|
||||
|
||||
|
|
@ -15,11 +15,11 @@
|
|||
data-csrf-token="{{csrf_token}}"
|
||||
data-add-to-cart-url={% url "cart-action-add-product" %}
|
||||
data-bs-toggle="modal" data-bs-target="#addToCartModal"
|
||||
>
|
||||
<img src="{% static 'images/icons/cart.svg' %}" alt="Koszyk"/>
|
||||
>
|
||||
<img src="{% static 'images/icons/cart.svg' %}" alt="Koszyk"/>
|
||||
</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
Ładowanie…
Reference in New Issue