3rd Commit
This commit is contained in:
@@ -99,7 +99,7 @@
|
||||
</div>
|
||||
<div class="row mb-5">
|
||||
|
||||
{% for (id, product) in products.pairs() %}
|
||||
{% for (id, product) in db1.availableProducts().pairs() %}
|
||||
<div class="col-sm-6 col-lg-4 mb-4" data-aos="fade-up">
|
||||
<div class="block-4 text-center border">
|
||||
<figure class="block-4-image">
|
||||
@@ -234,4 +234,4 @@
|
||||
</div>
|
||||
</div>
|
||||
|
||||
{% endblock %}
|
||||
{% endblock %}
|
||||
|
||||
Reference in New Issue
Block a user