|
|
@@ -25,11 +25,11 @@
|
|
|
<tr class="">
|
|
|
<td scope="col"><img src="{{product.media_set.first.image_small.url}}" width="50" height="50" alt="{{ product.pk }}"> </td>
|
|
|
<td scope="col"> <a href="{% url 'product-detail' product.pk %}"> {{product.name|upper }} </a></td>
|
|
|
- <td scope="col">
|
|
|
+ <!-- <td scope="col">
|
|
|
{% for category in product.category.all %}
|
|
|
{{category.short_name}}{% if not forloop.last %} | {% endif %}
|
|
|
{% endfor %}
|
|
|
- </td>
|
|
|
+ </td> -->
|
|
|
<td scope="col">
|
|
|
<input type="checkbox" class="form-check-input check" id="{{ product.pk }}.public_dummy" name="dummy_product_p.{{ product.pk }}.public" {% if product.public %}checked value="true" {% else %} value="false" {% endif %}
|
|
|
onclick="if(this.checked){ this.nextElementSibling.setAttribute('value', 'true') }else{ this.nextElementSibling.setAttribute('value', 'false') }">
|