added missing hr

pull/2/head
mtyton 2023-06-03 12:07:40 +02:00
rodzic 8b7be34bfa
commit 2dc14db4da
2 zmienionych plików z 10 dodań i 5 usunięć

Wyświetl plik

@ -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>

Wyświetl plik

@ -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>